.travis.yml 92 B

1234567
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "5"
  5. before_script:
  6. - npm install
  7. - npm start