Skip to content
Snippets Groups Projects
Commit 29499893 authored by Jordan Harband's avatar Jordan Harband
Browse files

[Tests] on `node` `v8`; no need to test on 4.6 anymore; allow v7 to fail.

parent 6745d8e8
No related branches found
No related tags found
No related merge requests found
language: node_js
node_js:
- "8"
- "7"
- "6"
- "4"
- "4.6"
- "iojs"
before_script:
- 'if [ -n "${KARMA-}" ]; then export DISPLAY=:99.0; fi'
......@@ -31,5 +31,6 @@ matrix:
- node_js: "node"
env: LINT=true TEST=false
allow_failures:
- node_js: "7"
- node_js: "iojs"
- env: KARMA=true TEST=false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment