Skip to content

Commit

Permalink
Fix after_success causing deploy step disappear (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored and asvetlov committed Sep 16, 2017
1 parent f06a196 commit 706a4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _helpers:
before_install: skip
install: skip
script: skip
after_success: skip
after_success: []
- &_doc_base
stage: doc
<<: *_mainstream_python_base
Expand Down

0 comments on commit 706a4b8

Please sign in to comment.