File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,21 +29,29 @@ jobs:
2929 include :
3030 - language : generic
3131 env : PYTHON_VERSION="2.6" NODE_VERSION="14"
32- - os : " windows"
33- language : shell
34- env : PYTHON_VERSION="2.6" NODE_VERSION="14"
32+ - os : windows
33+ language : node_js
34+ node_js : 12
35+ env : >-
36+ PATH=/c/Python27:/c/Python27/Scripts:$PATH
37+ NODE_GYP_FORCE_PYTHON=/c/Python27/python.exe
38+
3539 before_install :
3640 # TRAVIS_OS_NAME=windows
3741 - env
3842 - echo "WINDOWS!!!"
39- - choco install nvm
40- - export PATH="/c/Program Files/nvm:$PATH"
41- - nvm install $NODE_VERSION
42- # - choco install -y --force nodejs@v12.13.0
43- - export PATH="/c/Program Files/nodejs:$PATH"
43+ - choco install python2
4444 - node --version
4545 - python -V
4646
47+ # - choco install nvm
48+ # - export PATH="/c/Program Files/nvm:$PATH"
49+ # - nvm install $NODE_VERSION
50+ # # - choco install -y --force nodejs@v12.13.0
51+ # - export PATH="/c/Program Files/nodejs:$PATH"
52+ # - node --version
53+ # - python -V
54+
4755before_install :
4856 - env
4957 - nvm install $NODE_VERSION
You can’t perform that action at this time.
0 commit comments