Skip to content

Commit bb92c76

Browse files
committed
test: add Node.js 6 on Windows to Travis CI
Test the oldest supported Node version on Windows. PR-URL: #1812 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 7fd9240 commit bb92c76

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ matrix:
1010
osx_image: xcode10.2
1111
language: shell # 'language: python' is not yet supported on macOS
1212
before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
13-
- name: "Python 2.7 on Windows"
13+
- 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"
1420
os: windows
1521
language: node_js
1622
node_js: 12 # node

0 commit comments

Comments
 (0)