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.
2 parents a629477 + a9c72db commit be32d4aCopy full SHA for be32d4a
.travis.yml
@@ -1,8 +1,5 @@
1
language: node_js
2
-node_js:
3
- - '8'
4
- - '6'
5
- - '4'
+
6
branches:
7
# We need to whitelist the branches which we want to have "push" automation.
8
# Pull request automation is not constrained to this set of branches.
@@ -12,7 +9,18 @@ matrix:
12
9
fast_finish: true
13
10
include:
14
11
- os: linux
+ node_js: '4'
15
env: CXX=g++-4.8 TEST_SUITE=test
16
+ node_js: '6'
+ env: CXX=g++-4.8 TEST_SUITE=test
17
+ - os: linux
18
+ node_js: '8'
19
20
21
+ node_js: '10'
22
23
24
25
env: CXX=g++-4.8 TEST_SUITE=coveralls
26
script: npm run $TEST_SUITE
0 commit comments