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.
  • Loading branch information
joaocgreis committed Jul 8, 2019
1 parent a45bbff commit 584e7bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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 584e7bb

Please sign in to comment.