Skip to content

Commit edba5a4

Browse files
committed
Change: Set deploy condition
1 parent 14d6158 commit edba5a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ deploy:
3333
script: bash ci/scripts/pypi_deploy.sh
3434
skip_cleanup: true
3535
on:
36+
condition: "$BUILD_TYPE = python"
3637
all_branches: true
3738
- provider: bintray
3839
file: "bintray.json"
@@ -41,4 +42,5 @@ deploy:
4142
skip_cleanup: true
4243
dry_run: true
4344
on:
45+
condition: "$BUILD_TYPE = deb"
4446
all_branches: true

0 commit comments

Comments
 (0)