.travis.yml 151 B

123456789101112
  1. dist: trusty
  2. sudo: false
  3. group: beta
  4. language: node_js
  5. node_js:
  6. - "6"
  7. cache:
  8. yarn: true
  9. script:
  10. - yarn test
  11. after_script:
  12. - yarn run coveralls