Skip to content

Commit a96931e

Browse files
committed
Travis: use "after_success: true" for deploy stage
Works around travis-ci/travis-ci#8337. Closes #590.
1 parent 6f41518 commit a96931e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: tag IS present
3939
script: skip
4040
install: skip
41-
after_success: skip
41+
after_success: true
4242
deploy:
4343
provider: pypi
4444
user: blueyed

0 commit comments

Comments
 (0)