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 90861bb commit 21dee0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@ python:
# - "2.6"
jobs:
include:
- language: python
python: 2.7
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
- language: generic
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
- os: "windows"
language: shell
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
before_install:
- echo "WINDOWS!!!"
before_install:
- env
- if [ "${OS}" != "Windows_NT" ]; then nvm install $NODE_VERSION; fi
Expand Down

0 comments on commit 21dee0b

Please sign in to comment.