Using exclude instead of include for Travis-CI.
This commit is contained in:
parent
f43a03a151
commit
466fbcb8da
@ -12,10 +12,6 @@ before_script:
|
||||
- "pushd tests && npm install && popd"
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- node_js: "6"
|
||||
env: RUN_PHANTOMJS=0
|
||||
- node_js: "6"
|
||||
env: RUN_PHANTOMJS=1
|
||||
exclude:
|
||||
- node_js: "8"
|
||||
env: RUN_PHANTOMJS=0
|
||||
env: RUN_PHANTOMJS=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user