Skip to content

Commit

Permalink
tests: add nodejs 10 to CI (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed May 11, 2018
1 parent 4645bda commit db02406
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Expand Up @@ -64,12 +64,17 @@ workflows:
filters:
tags:
only: /.*/
- node10:
filters:
tags:
only: /.*/
- publish_npm:
requires:
- node4
- node6
- node8
- node9
- node10
filters:
branches:
ignore: /.*/
Expand Down Expand Up @@ -106,6 +111,11 @@ jobs:
- image: node:9
user: node
<<: *unit_tests
node10:
docker:
- image: node:10
user: node
<<: *unit_tests

publish_npm:
docker:
Expand Down

0 comments on commit db02406

Please sign in to comment.