mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Fix .travis.yml to use node 8.4.0
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "4.4.7"
|
- "8.4.0"
|
||||||
notifications:
|
script: npm test
|
||||||
email:
|
|
||||||
- dustin@dustindiaz.com
|
|
||||||
|
|
||||||
script: NODE_ENV=test ./node_modules/.bin/mocha --reporter spec
|
|
||||||
|
|||||||
Reference in New Issue
Block a user