Commit 81104221 by Nick Schonning Committed by Michael Mifsud

build: Add Node 8 (carbon) to Travis

parent 74242dc2
...@@ -24,6 +24,12 @@ jobs: ...@@ -24,6 +24,12 @@ jobs:
node_js: "7" node_js: "7"
os: osx os: osx
- stage: platform-test - 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" node_js: "lts/boron"
os: linux os: linux
- stage: platform-test - 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