Skip to content

Commit d3cbb09

Browse files
committed
Run tests on all node version, but coveralls only on Node 10
1 parent ecf43cf commit d3cbb09

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
- '8'
55
- '6'
66
- '4'
7+
78
branches:
89
# We need to whitelist the branches which we want to have "push" automation.
910
# Pull request automation is not constrained to this set of branches.
@@ -13,7 +14,18 @@ matrix:
1314
fast_finish: true
1415
include:
1516
- os: linux
17+
node_js: '4'
1618
env: CXX=g++-4.8 TEST_SUITE=test
1719
- os: linux
20+
node_js: '6'
21+
env: CXX=g++-4.8 TEST_SUITE=test
22+
- os: linux
23+
node_js: '8'
24+
env: CXX=g++-4.8 TEST_SUITE=test
25+
- os: linux
26+
node_js: '10'
27+
env: CXX=g++-4.8 TEST_SUITE=test
28+
- os: linux
29+
node_js: '10'
1830
env: CXX=g++-4.8 TEST_SUITE=coveralls
1931
script: npm run $TEST_SUITE

0 commit comments

Comments
 (0)