Commit 6331ad82 by Nick Schonning Committed by GitHub

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

Closes #1983
parent fcd29e92
......@@ -16,6 +16,12 @@ jobs:
after_success: npm run-script coverage;
- stage: platform-test
node_js: "node"
os: osx
- stage: platform-test
node_js: "7"
os: linux
- stage: platform-test
node_js: "7"
os: osx
- stage: platform-test
node_js: "lts/boron"
......
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