We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4da26a commit 90bfa7eCopy full SHA for 90bfa7e
packages/google-cloud-dns/.appveyor.yml
@@ -1,8 +1,5 @@
1
environment:
2
matrix:
3
- - nodejs_version: 4
4
- - nodejs_version: 6
5
- - nodejs_version: 7
6
- nodejs_version: 8
7
8
install:
packages/google-cloud-dns/.circleci/config.yml
@@ -35,12 +35,17 @@ workflows:
35
filters:
36
tags:
37
only: /.*/
38
+ - node9:
39
+ filters:
40
+ tags:
41
+ only: /.*/
42
- lint:
43
requires:
44
- node4
45
- node6
46
- node7
47
- node8
48
+ - node9
49
50
51
@@ -50,6 +55,7 @@ workflows:
55
56
52
57
58
53
59
54
60
61
@@ -109,6 +115,10 @@ jobs:
109
115
docker:
110
116
- image: node:8
111
117
<<: *unit_tests
118
+ node9:
119
+ docker:
120
+ - image: node:9
121
+ <<: *unit_tests
112
122
113
123
lint:
114
124
0 commit comments