Skip to content

Commit

Permalink
Added explanation in comments of travis configuration file as to why …
Browse files Browse the repository at this point in the history
…all_branches: true needs to be used.
  • Loading branch information
skiwi2 committed Sep 19, 2014
1 parent 9197797 commit baef78d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ deploy:
on:
tags: true
all_branches: true
#must remain on all_branches: true together with tags: true due to the following bug: https://github.com/travis-ci/travis-ci/issues/1675
#ideal situation would be to change it such that it only builds a release on the master branch on tag push

0 comments on commit baef78d

Please sign in to comment.