Skip to content

Commit

Permalink
Test(config): Update Travis CI node versions (#4)
Browse files Browse the repository at this point in the history
* Test(config): Update Travis CI node versions

* Chore(package): Update dev deps and test script
  • Loading branch information
fvdm committed Dec 6, 2017
1 parent 75fa280 commit 17dcbff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- '9'
- '8'
- '6'
- '4'
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -17,16 +17,16 @@
"main": "readcsv.js",
"dependencies": {},
"devDependencies": {
"coveralls": "^2.12.0",
"coveralls": "^3.0.0",
"dotest": "^2.0.0",
"eslint": "^3.18.0",
"eslint": "^4.12.1",
"istanbul": "^0.4.5"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "st=0; eslint . || st=1; node test.js || st=1; exit $st"
"test": "dotest"
},
"keywords": [
"csv",
Expand Down

0 comments on commit 17dcbff

Please sign in to comment.