Skip to content

Commit

Permalink
chore(travisci): revisit nodejs version. Change to: LTS active, LTS m…
Browse files Browse the repository at this point in the history
…aintenance (4.x) and stable releases (#1553)

BREAKING CHANGE: dropping support below Node.js 4
  • Loading branch information
hekike committed Mar 20, 2018
1 parent f3e02c4 commit 49eb008
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
@@ -1,17 +1,15 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "7"
- "8"
- "stable"
- "4" # Maintenance LTS release
- "lts/*" # Active LTS release
- "node" # Latest stable release
env:
- TEST_SKIP_IP_V6=true
- TEST_SKIP_IP_V6=true # Current TravisCI (trusty) doesn't support IPv6
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/4a4dea774d3ac86cfef1
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -89,7 +89,7 @@
"report-latency": "./bin/report-latency"
},
"engines": {
"node": ">=0.10"
"node": ">=4.0"
},
"dependencies": {
"assert-plus": "^1.0.0",
Expand Down

0 comments on commit 49eb008

Please sign in to comment.