UI for Zipcoin Blue

.travis.yml 234B

1234567891011121314
  1. sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
  2. language: node_js
  3. node_js:
  4. - 0.12
  5. - 4
  6. - 6
  7. - 7
  8. notifications:
  9. email:
  10. - medikoo+es6-set@medikoo.com
  11. script: "npm test && npm run lint"