Skip to content

Commit

Permalink
Use explicit Node version numbers in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Apr 25, 2019
1 parent 5aae0d2 commit 9e564a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Expand Up @@ -36,28 +36,28 @@ jobs:
node_js: "9"
os: osx
- stage: platform-test
node_js: "7"
node_js: "8"
os: linux
- stage: platform-test
node_js: "7"
node_js: "8"
os: osx
- stage: platform-test
node_js: "lts/carbon"
node_js: "7"
os: linux
- stage: platform-test
node_js: "lts/carbon"
node_js: "7"
os: osx
- stage: platform-test
node_js: "lts/boron"
node_js: "6"
os: linux
- stage: platform-test
node_js: "lts/boron"
node_js: "6"
os: osx
- stage: platform-test
node_js: "lts/argon"
node_js: "4"
os: linux
- stage: platform-test
node_js: "lts/argon"
node_js: "4"
os: osx
- stage: platform-test
node_js: "0.12"
Expand Down

0 comments on commit 9e564a1

Please sign in to comment.