.travis.yml 141 B

123456789101112
  1. sudo: false
  2. language: node_js
  3. node_js:
  4. - "4"
  5. - "5"
  6. - "6"
  7. - "stable"
  8. before_script:
  9. - npm install -g mocha
  10. script:
  11. - npm run test