File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ jobs:
8181 name : Submit coverage data to codecov.
8282 command : bash <(curl -s https://codecov.io/bash)
8383 when : on_success
84- node6-latest :
85- docker :
86- - image : circleci/node:6
87- << : *unit_tests
84+ # node6-latest:
85+ # docker:
86+ # - image: circleci/node:6
87+ # <<: *unit_tests
8888 node10-latest :
8989 docker :
9090 - image : circleci/node:10
@@ -149,23 +149,23 @@ workflows:
149149# endregion
150150
151151# region CROSS-BUILD
152- - node6-latest :
153- requires :
154- - dependency_cache
155- filters :
156- tags :
157- only : /.*/
152+ # - node6-latest:
153+ # requires:
154+ # - dependency_cache
155+ # filters:
156+ # tags:
157+ # only: /.*/
158158 - node8-latest :
159159 requires :
160160 - analysis
161- - node6-latest
161+ # - node6-latest
162162 filters :
163163 tags :
164164 only : /.*/
165165 - node10-latest :
166166 requires :
167167 - analysis
168- - node6-latest
168+ # - node6-latest
169169 filters :
170170 tags :
171171 only : /.*/
You can’t perform that action at this time.
0 commit comments