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 2dd4320 + c6d9ddd commit ea40b79Copy full SHA for ea40b79
.circleci/config.yml
@@ -5,7 +5,8 @@ workflows:
5
- node-v4
6
- node-v6
7
- node-v8
8
- - node-v10:
+ - node-v10
9
+ - node-v12:
10
run_coveralls: true
11
12
version: 2.1
@@ -58,3 +59,7 @@ jobs:
58
59
<<: *node-base
60
docker:
61
- image: circleci/node:10
62
+ node-v12:
63
+ <<: *node-base
64
+ docker:
65
+ - image: circleci/node:12
.travis.yml
@@ -21,6 +21,9 @@ matrix:
21
node_js: '10'
22
env: CXX=g++-4.8 TEST_SUITE=test
23
- os: linux
24
- node_js: '10'
+ node_js: '12'
25
+ env: CXX=g++-4.8 TEST_SUITE=test
26
+ - os: linux
27
28
env: CXX=g++-4.8 TEST_SUITE=coveralls
29
script: npm run $TEST_SUITE
0 commit comments