.travis.yml 180 B

12345678910111213
  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. - testrpc > /dev/null &
  11. - truffle test
  12. after_script:
  13. - yarn run coveralls