We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd8b69 commit 2cc2ce3Copy full SHA for 2cc2ce3
1 file changed
.travis.yml
@@ -30,7 +30,13 @@ jobs:
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
38
before_install:
39
+ - env
40
- nvm install $NODE_VERSION
41
- |
42
if [ "${PYTHON_VERSION}" == "2.6" ]; then
0 commit comments