Removing Node 8 for now in Travis CI; it is not working.
This commit is contained in:
parent
ce95391804
commit
d38bf992c2
12
.travis.yml
12
.travis.yml
@ -2,7 +2,7 @@ language: node_js
|
|||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
- "8"
|
# - "8"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- RUN_PHANTOMJS=0
|
- RUN_PHANTOMJS=0
|
||||||
@ -10,10 +10,8 @@ env:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "pushd tests && npm install && popd"
|
- "pushd tests && npm install && popd"
|
||||||
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
|
|
||||||
- npm install -g npm@latest
|
|
||||||
|
|
||||||
matrix:
|
#matrix:
|
||||||
exclude:
|
# exclude:
|
||||||
- node_js: "6"
|
# - node_js: "6"
|
||||||
env: RUN_PHANTOMJS=1
|
# env: RUN_PHANTOMJS=1
|
||||||
|
Loading…
Reference in New Issue
Block a user