Skip to content

Commit

Permalink
Automatically add AppImage builds to our GitHub releases
Browse files Browse the repository at this point in the history
Thanks @probonopd :)
  • Loading branch information
justinclift committed Sep 2, 2017
1 parent 289c5c6 commit 70046f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: cpp
sudo: required
dist: trusty

branches:
only:
- master

matrix:
fast_finish: true
include:
Expand Down Expand Up @@ -71,3 +75,8 @@ notifications:
- justin@postgresql.org
on_success: never
on_failure: always

after_success:
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- sed -i -e 's|Continuous build|Continuous Linux build|g' upload.sh
- bash ./upload.sh ./DB*.AppImage

0 comments on commit 70046f1

Please sign in to comment.