Skip to content

Commit

Permalink
updated .travis.yml to skip ghr if TRAVIS_TAG is unset
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jan 14, 2017
1 parent c8b045e commit 648d37a
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 @@ -14,4 +14,4 @@ script:
- $HOME/gopath/bin/goveralls -service=travis-ci
after_success:
- make build
- ghr --username darvid --token $GITHUB_TOKEN --replace $TRAVIS_TAG dist/
- if [[ -n $TRAVIS_TAG ]]; then ghr --username darvid --token $GITHUB_TOKEN --replace $TRAVIS_TAG dist/; fi

0 comments on commit 648d37a

Please sign in to comment.