.travis.yml 106 B

12345678
  1. sudo: false
  2. language: node_js
  3. node_js: "6"
  4. before_script: script/bootstrap
  5. notifications:
  6. email: false