Skip to content

Commit

Permalink
Test on Node 9. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Nov 8, 2017
1 parent e9668f1 commit de229ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/google-cloud-videointelligence/.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 packages/google-cloud-videointelligence/.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 @@ -99,6 +105,10 @@ jobs:
docker:
- image: node:8
<<: *unit_tests
node9:
docker:
- image: node:9
<<: *unit_tests

lint:
docker:
Expand Down

0 comments on commit de229ec

Please sign in to comment.