1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Fix .travis.yml to use node 8.4.0

This commit is contained in:
Denis Demchenko 2017-08-20 18:29:31 +03:00
parent 36db325c62
commit 2e3bd8ca80

View File

@ -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