.travis.yml 122 B

123456789
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "5"
  5. before_script:
  6. - npm install
  7. - npm start
  8. notifications:
  9. email: false