2
0
mirror of synced 2025-02-24 12:08:10 +00:00

Using exclude instead of include for Travis-CI.

This commit is contained in:
Richard Moore 2017-10-22 18:20:20 -04:00
parent f43a03a151
commit 466fbcb8da

View File

@ -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