We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf43cf commit d3cbb09Copy full SHA for d3cbb09
.travis.yml
@@ -4,6 +4,7 @@ node_js:
4
- '8'
5
- '6'
6
- '4'
7
+
8
branches:
9
# We need to whitelist the branches which we want to have "push" automation.
10
# Pull request automation is not constrained to this set of branches.
@@ -13,7 +14,18 @@ matrix:
13
14
fast_finish: true
15
include:
16
- os: linux
17
+ node_js: '4'
18
env: CXX=g++-4.8 TEST_SUITE=test
19
20
+ node_js: '6'
21
+ env: CXX=g++-4.8 TEST_SUITE=test
22
+ - os: linux
23
+ node_js: '8'
24
25
26
+ node_js: '10'
27
28
29
30
env: CXX=g++-4.8 TEST_SUITE=coveralls
31
script: npm run $TEST_SUITE
0 commit comments