Commit 6331ad82 by Nick Schonning Committed by GitHub

Chore: Add back Node 7 to Travis (#1986)

Closes #1983
parent fcd29e92
...@@ -18,6 +18,12 @@ jobs: ...@@ -18,6 +18,12 @@ jobs:
node_js: "node" node_js: "node"
os: osx os: osx
- stage: platform-test - stage: platform-test
node_js: "7"
os: linux
- stage: platform-test
node_js: "7"
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