Skip to content

Commit

Permalink
chore(travisci): revisit nodejs version. Change to: oldest supported,…
Browse files Browse the repository at this point in the history
… latest released and LTS
  • Loading branch information
hekike committed Nov 3, 2017
1 parent 8114ad3 commit ecc9230
Showing 1 changed file with 7 additions and 9 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"
- "0.10" # oldest supported Node.js release
- "lts/*" # latest LTS Node.js release
- "node" # latest stable Node.js 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

0 comments on commit ecc9230

Please sign in to comment.