Skip to content

Commit a3400b3

Browse files
committed
Disable publishing
While CircleCI is running in parallel with Travis, let Travis continue to handle the deployments.
1 parent 7070b19 commit a3400b3

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.circleci/config.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -186,22 +186,22 @@ workflows:
186186
- store_dist:
187187
requires:
188188
- 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

0 commit comments

Comments
 (0)