.travis.yml 91 B

1234567
  1. language: node_js
  2. node_js:
  3. - '8'
  4. - '9'
  5. - 'node'
  6. before_script:
  7. - npm install -g tap