Skip to content

Commit

Permalink
wip!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Munro committed May 7, 2020
1 parent 2cc2ce3 commit 90861bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
before_install:
- env
- nvm install $NODE_VERSION
- if [ "${OS}" != "Windows_NT" ]; then nvm install $NODE_VERSION; fi
- |
if [ "${PYTHON_VERSION}" == "2.6" ]; then
if [ "${PYTHON_VERSION}" == "2.6" ] && [ "${OS}" != "Windows_NT" ]; then
sudo apt-get update
sudo apt-get install -yq software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa -y
Expand All @@ -52,6 +52,8 @@ before_install:
- which node
- python -V
- node --version

# choco install nodejs
install:
- npm install -d
before_script:
Expand Down

0 comments on commit 90861bb

Please sign in to comment.