We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90861bb commit 21dee0bCopy full SHA for 21dee0b
.travis.yml
@@ -27,14 +27,13 @@ python:
27
# - "2.6"
28
jobs:
29
include:
30
- - language: python
31
- python: 2.7
32
- env: PYTHON_VERSION="2.6" NODE_VERSION="14"
33
- language: generic
34
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
35
- os: "windows"
36
language: shell
37
+ before_install:
+ - echo "WINDOWS!!!"
38
before_install:
39
- env
40
- if [ "${OS}" != "Windows_NT" ]; then nvm install $NODE_VERSION; fi
0 commit comments