.travis.yml 156 B

12345678
  1. language: node_js
  2. node_js:
  3. - "4.4.7"
  4. notifications:
  5. email:
  6. - dustin@dustindiaz.com
  7. script: NODE_ENV=test ./node_modules/.bin/mocha --reporter spec