Skip to content

Commit 7500f8f

Browse files
committed
windows ci fixes
1 parent 4869ea9 commit 7500f8f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ matrix:
88
rust: nightly-2018-10-12
99
env:
1010
- TRAVIS_NODE_VERSION="10"
11-
1211
- os: linux
1312
language: rust
1413
rust: nightly-2018-10-12
@@ -22,12 +21,6 @@ matrix:
2221
- gcc-multilib
2322
- g++-8
2423
- g++-multilib
25-
26-
- os: windows
27-
language: node_js
28-
node_js:
29-
- node
30-
3124
- os: windows
3225
language: rust
3326
rust: nightly-2018-10-12
@@ -42,6 +35,7 @@ cache:
4235

4336
before_install:
4437
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX="g++-8"; fi
38+
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then choco install nodejs; fi
4539
- nvm install $TRAVIS_NODE_VERSION
4640
- nvm use ${TRAVIS_NODE_VERSION}
4741
- node -v

0 commit comments

Comments
 (0)