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 7fd9240 commit bb92c76Copy full SHA for bb92c76
.travis.yml
@@ -10,7 +10,13 @@ matrix:
10
osx_image: xcode10.2
11
language: shell # 'language: python' is not yet supported on macOS
12
before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
13
- - name: "Python 2.7 on Windows"
+ - name: "Node.js 6 & Python 2.7 on Windows"
14
+ os: windows
15
+ language: node_js
16
+ node_js: 6 # node
17
+ env: PATH=/c/Python27:/c/Python27/Scripts:$PATH
18
+ before_install: choco install python2
19
+ - name: "Node.js 12 & Python 2.7 on Windows"
20
os: windows
21
language: node_js
22
node_js: 12 # node
0 commit comments