Skip to content

Commit ff87681

Browse files
committed
test: cover supported node versions with travis
1 parent 2410914 commit ff87681

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.travis.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ matrix:
55
include:
66
- name: "Python 2.7 on Linux"
77
python: 2.7
8-
- name: "Python 3.7 on Linux"
9-
python: 3.7
108
- name: "Python 2.7 on macOS"
119
os: osx
1210
osx_image: xcode10.2
@@ -18,6 +16,18 @@ matrix:
1816
node_js: 12 # node
1917
env: PATH=/c/Python27:/c/Python27/Scripts:$PATH
2018
before_install: choco install python2
19+
- name: "Node.js 6 & Python 3.7 on Linux"
20+
python: 3.7
21+
before_install: nvm install 6
22+
- name: "Node.js 8 & Python 3.7 on Linux"
23+
python: 3.7
24+
before_install: nvm install 8
25+
- name: "Node.js 10 & Python 3.7 on Linux"
26+
python: 3.7
27+
before_install: nvm install 10
28+
- name: "Node.js 12 & Python 3.7 on Linux"
29+
python: 3.7
30+
before_install: nvm install 12
2131
allow_failures:
2232
- os: windows
2333
install:

0 commit comments

Comments
 (0)