We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb636b commit fff5a5dCopy full SHA for fff5a5d
1 file changed
.travis.yml
@@ -33,12 +33,13 @@ jobs:
33
language: shell
34
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
35
before_install:
36
+ # TRAVIS_OS_NAME=windows
37
- env
38
- echo "WINDOWS!!!"
- - choco install nodejs
39
+ - choco install -y --force nodejs@v12.13.0
40
- export PATH="/c/Program Files/nodejs:$PATH"
41
- node --version
- # choco install -y --force nodejs@v12.13.0
42
+ - python -V
43
44
45
0 commit comments