File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -186,22 +186,22 @@ workflows:
186
186
- store_dist :
187
187
requires :
188
188
- build
189
- - deploy-npm :
190
- requires :
191
- - lint
192
- - unit
193
- - integration
194
- - build
195
- filters :
196
- branches :
197
- only :
198
- - master
199
- - develop
200
- - circle
201
- - /^hotfix\/.*/
202
- - deploy-gh-pages :
203
- requires :
204
- - lint
205
- - unit
206
- - integration
207
- - build
189
+ # Disable deployment while running in parallel with Travis
190
+ # - deploy-npm :
191
+ # requires:
192
+ # - lint
193
+ # - unit
194
+ # - integration
195
+ # - build
196
+ # filters :
197
+ # branches :
198
+ # only:
199
+ # - master
200
+ # - develop
201
+ # - /^hotfix\/.*/
202
+ # - deploy-gh-pages:
203
+ # requires:
204
+ # - lint
205
+ # - unit
206
+ # - integration
207
+ # - build
You can’t perform that action at this time.
0 commit comments