Skip to content

Commit 90861bb

Browse files
author
Ryan Munro
committed
wip!!!
1 parent 2cc2ce3 commit 90861bb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
3838
before_install:
3939
- env
40-
- nvm install $NODE_VERSION
40+
- if [ "${OS}" != "Windows_NT" ]; then nvm install $NODE_VERSION; fi
4141
- |
42-
if [ "${PYTHON_VERSION}" == "2.6" ]; then
42+
if [ "${PYTHON_VERSION}" == "2.6" ] && [ "${OS}" != "Windows_NT" ]; then
4343
sudo apt-get update
4444
sudo apt-get install -yq software-properties-common
4545
sudo add-apt-repository ppa:deadsnakes/ppa -y
@@ -52,6 +52,8 @@ before_install:
5252
- which node
5353
- python -V
5454
- node --version
55+
56+
# choco install nodejs
5557
install:
5658
- npm install -d
5759
before_script:

0 commit comments

Comments
 (0)