We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4869ea9 commit 7500f8fCopy full SHA for 7500f8f
.travis.yml
@@ -8,7 +8,6 @@ matrix:
8
rust: nightly-2018-10-12
9
env:
10
- TRAVIS_NODE_VERSION="10"
11
-
12
- os: linux
13
language: rust
14
@@ -22,12 +21,6 @@ matrix:
22
21
- gcc-multilib
23
- g++-8
24
- g++-multilib
25
26
- - os: windows
27
- language: node_js
28
- node_js:
29
- - node
30
31
- os: windows
32
33
@@ -42,6 +35,7 @@ cache:
42
35
43
36
before_install:
44
37
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX="g++-8"; fi
38
+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then choco install nodejs; fi
45
39
- nvm install $TRAVIS_NODE_VERSION
46
40
- nvm use ${TRAVIS_NODE_VERSION}
47
41
- node -v
0 commit comments