Skip to content

Commit

Permalink
allow publish on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkady Emelyanov committed May 26, 2017
1 parent b6890fd commit a8dea7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ script:

after_success:
- if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then sudo make publish; fi
- if [ ! -z "$TRAVIS_TAG" ]; then sudo make publish; fi

0 comments on commit a8dea7f

Please sign in to comment.