Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Test on Node 9. (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Nov 15, 2017
1 parent 6c35c13 commit f8a8a8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
environment:
matrix:
- nodejs_version: 4
- nodejs_version: 6
- nodejs_version: 7
- nodejs_version: 8

install:
Expand Down
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,17 @@ workflows:
filters:
tags:
only: /.*/
- node9:
filters:
tags:
only: /.*/
- lint:
requires:
- node4
- node6
- node7
- node8
- node9
filters:
tags:
only: /.*/
Expand All @@ -50,6 +55,7 @@ workflows:
- node6
- node7
- node8
- node9
filters:
tags:
only: /.*/
Expand Down Expand Up @@ -109,6 +115,10 @@ jobs:
docker:
- image: node:8
<<: *unit_tests
node9:
docker:
- image: node:9
<<: *unit_tests

lint:
docker:
Expand Down

0 comments on commit f8a8a8a

Please sign in to comment.