Skip to content

Commit

Permalink
build: Add Node 8 (carbon) to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and xzyfer committed Nov 2, 2017
1 parent 74242dc commit 8110422
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -16,13 +16,19 @@ jobs:
after_success: npm run-script coverage;
- stage: platform-test
node_js: "node"
os: osx
os: osx
- stage: platform-test
node_js: "7"
os: linux
- stage: platform-test
node_js: "7"
os: osx
- stage: platform-test
node_js: "lts/carbon"
os: linux
- stage: platform-test
node_js: "lts/carbon"
os: osx
- stage: platform-test
node_js: "lts/boron"
os: linux
Expand Down

0 comments on commit 8110422

Please sign in to comment.