Skip to content

Commit

Permalink
Test on node.js v12 too
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jul 4, 2019
1 parent 2dd4320 commit c6d9ddd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ workflows:
- node-v4
- node-v6
- node-v8
- node-v10:
- node-v10
- node-v12:
run_coveralls: true

version: 2.1
Expand Down Expand Up @@ -58,3 +59,7 @@ jobs:
<<: *node-base
docker:
- image: circleci/node:10
node-v12:
<<: *node-base
docker:
- image: circleci/node:12
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ matrix:
node_js: '10'
env: CXX=g++-4.8 TEST_SUITE=test
- os: linux
node_js: '10'
node_js: '12'
env: CXX=g++-4.8 TEST_SUITE=test
- os: linux
node_js: '12'
env: CXX=g++-4.8 TEST_SUITE=coveralls
script: npm run $TEST_SUITE

0 comments on commit c6d9ddd

Please sign in to comment.