Skip to content

Commit 2a45f93

Browse files
author
Ryan Munro
committed
wip!!
1 parent 0105f72 commit 2a45f93

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

.travis.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff 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+
4755
before_install:
4856
- env
4957
- nvm install $NODE_VERSION

0 commit comments

Comments
 (0)