Skip to content

Commit fff5a5d

Browse files
author
Ryan Munro
committed
wip
1 parent 2cb636b commit fff5a5d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ jobs:
3333
language: shell
3434
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
3535
before_install:
36+
# TRAVIS_OS_NAME=windows
3637
- env
3738
- echo "WINDOWS!!!"
38-
- choco install nodejs
39+
- choco install -y --force nodejs@v12.13.0
3940
- export PATH="/c/Program Files/nodejs:$PATH"
4041
- node --version
41-
# choco install -y --force nodejs@v12.13.0
42+
- python -V
4243

4344
before_install:
4445
- env

0 commit comments

Comments
 (0)