Commit 81104221 by Nick Schonning Committed by Michael Mifsud

build: Add Node 8 (carbon) to Travis

parent 74242dc2
......@@ -16,7 +16,7 @@ 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
......@@ -24,6 +24,12 @@ jobs:
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
- stage: platform-test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment