Skip to content

Commit d115a48

Browse files
author
Ryan Munro
committed
wip
1 parent fff5a5d commit d115a48

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
# TRAVIS_OS_NAME=windows
3737
- env
3838
- echo "WINDOWS!!!"
39-
- choco install -y --force nodejs@v12.13.0
39+
- choco install nvm
40+
- export PATH="/c/Program Files/nvm:$PATH"
41+
- nvm --version || true
42+
- nvm install $NODE_VERSION || true
43+
# - choco install -y --force nodejs@v12.13.0
4044
- export PATH="/c/Program Files/nodejs:$PATH"
4145
- node --version
4246
- python -V

0 commit comments

Comments
 (0)