Skip to content

Commit 21dee0b

Browse files
author
Ryan Munro
committed
wip!!!!!!
1 parent 90861bb commit 21dee0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ python:
2727
# - "2.6"
2828
jobs:
2929
include:
30-
- language: python
31-
python: 2.7
32-
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
3330
- language: generic
3431
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
3532
- os: "windows"
3633
language: shell
3734
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
35+
before_install:
36+
- echo "WINDOWS!!!"
3837
before_install:
3938
- env
4039
- if [ "${OS}" != "Windows_NT" ]; then nvm install $NODE_VERSION; fi

0 commit comments

Comments
 (0)