Skip to content

Commit 2cc2ce3

Browse files
author
Ryan Munro
committed
wip
1 parent 6dd8b69 commit 2cc2ce3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ jobs:
3030
- language: python
3131
python: 2.7
3232
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+
env: PYTHON_VERSION="2.6" NODE_VERSION="14"
3338
before_install:
39+
- env
3440
- nvm install $NODE_VERSION
3541
- |
3642
if [ "${PYTHON_VERSION}" == "2.6" ]; then

0 commit comments

Comments
 (0)