Skip to content

Commit

Permalink
Adapt to Node LTS schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
tripu committed Apr 18, 2017
1 parent 8537efe commit 5400534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- "8"
before_script:
- cp config.js.example config.js
script:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
"jsdoc": "jsdoc -a all -d doc/api/ -e utf8 -r app.js lib/ test/",
"lint": "jshint .",
"nsp": "nsp check",
"start": "node --harmony app.js",
"test": "npm run check-style && npm run lint && mocha --harmony",
"start": "node app.js",
"test": "npm run check-style && npm run lint && mocha",
"testserver": "node test/lib/testserver"
},
"engines": {
"node": "4 || 5 || 6",
"node": "6 || 8",
"npm": ">=3"
}
}

0 comments on commit 5400534

Please sign in to comment.