.travis.yml 167 B

12345678910
  1. language: node_js
  2. node_js: stable
  3. install:
  4. - npm install
  5. - npm install -g codecov
  6. script: npm run test:ci
  7. after_success:
  8. - codecov
  9. notifications:
  10. email: false