Skip to content

Commit

Permalink
Try to release to travis only on tag branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Apr 11, 2016
1 parent aec1171 commit e86b05c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ before_script:
script:
- "fiximports -h"
- "python setup.py test"
- "python setup.py docs"

after_success:
"coveralls"
Expand All @@ -44,4 +45,5 @@ deploy:
password:
secure: ouAsPA6qXBCwuq1xRngEAmysitFVE2a7zZcEv9a9jTOPxZrmOoPA3OyznENjFW5wdL44e4vpyM5QkQ3E8wH4OrgfkVL8nHpoFmt2XIx0ihJCdAJTAK2Kru2NJ4MxG78WhQKyzQwfaYhQi2yKFjRqrLK148kv2Y7ZsRdq35BPQwN8A2uEpHSel8Y3O+OrivXbaLwsvIHIXC9CDTHGh6Jvo3GxSYUMbO+742vSjPo/C6VSB622kFjpRcnJFnW9O2n5rHHN8s2d0wbXKZvza4VGwI4I4+F4SXFHOR7pEbalTADrhc5E1z2acoN3L00oTXJPFiYPtKlaMOojcUSaGbP1CBZXAKl1snfYJ+GuXsN3iVXc5GVgr4EuCFhj979wTxRs11jQFE2LW0JsN8p3U3RaNrveb5MoX4l/NLzeWuPR+WsJR3kB0YFwCvk9WoQyQrCvk9cmPTPRZyPiIMJLBiHQ9+jHNg3iQxmU+BCIfWE1x33R2RoqU6ZOe0Ye/tEv+rgqaKvyRAbJx1Fdg8rRuhaP+Nt4FSUHANHtJ5wnGepabbD6bHjhJ79LVynBCbWING+F2r2AdxxA9Ijrfe0nRELpjYqqv9RYAOcDdhPdiyg58u6aEiLKIT6zcNIyl9SGciplmvxT6/pzlgL8X9eKmf+JLchkOOQh6cAAMvtCsdjZJjQ=
on:
tags: true
all_branches: true
condition: $TRAVIS_TAG != ""
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

0.1.14
------

* Try to release to travis only on tag branch

0.1.13
------

Expand Down

0 comments on commit e86b05c

Please sign in to comment.