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:
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…
Reference in New Issue
Block a user