Skip to content

Commit

Permalink
Travis: Release tags
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed May 22, 2018
1 parent ef024a9 commit 5b9536c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ after_success:
- if [ -z $TEST ]; then
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh;
fi
- if [ ! -z $TRAVIS_BRANCH ] && [ "$TRAVIS_BRANCH" != "master" ] ; then
export UPLOADTOOL_SUFFIX=$TRAVIS_BRANCH;
fi
- if [[ "${TRAVIS_OS_NAME}" = "linux" && -z $TEST ]]; then
bash ./upload.sh ./pingviewer*.AppImage;
fi
Expand Down

0 comments on commit 5b9536c

Please sign in to comment.