Fix .travis.yml to use node 8.4.0

pull/227/head
Denis Demchenko 7 years ago
parent 36db325c62
commit 2e3bd8ca80

@ -1,8 +1,4 @@
language: node_js
node_js:
- "4.4.7"
notifications:
email:
- dustin@dustindiaz.com
script: NODE_ENV=test ./node_modules/.bin/mocha --reporter spec
- "8.4.0"
script: npm test

Loading…
Cancel
Save