Skip to content

Commit

Permalink
test: add Node.js 6 on Windows to Travis CI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
joaocgreis committed Jul 9, 2019
1 parent 7fd9240 commit bb92c76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,13 @@ matrix:
osx_image: xcode10.2
language: shell # 'language: python' is not yet supported on macOS
before_install: HOMEBREW_NO_AUTO_UPDATE=1 brew install npm
- name: "Python 2.7 on Windows"
- name: "Node.js 6 & Python 2.7 on Windows"
os: windows
language: node_js
node_js: 6 # node
env: PATH=/c/Python27:/c/Python27/Scripts:$PATH
before_install: choco install python2
- name: "Node.js 12 & Python 2.7 on Windows"
os: windows
language: node_js
node_js: 12 # node
Expand Down

0 comments on commit bb92c76

Please sign in to comment.