Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jun 10, 2018
1 parent f4c1a45 commit 8bf0575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -20,9 +20,9 @@ script:
- bash -ex appimage.sh

after_success:
- ls -lh ../../out/* # Assuming you have some files in out/ that you would like to upload
- readlink -f .
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh ../../out/*AppImage*
- bash upload.sh /home/travis/out/*.AppImage*

branches:
except:
Expand Down

0 comments on commit 8bf0575

Please sign in to comment.