From 70046f1dbdcf5d9ccc677fd47c6a66f86e9075dc Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 2 Sep 2017 20:39:37 +0100 Subject: [PATCH] Automatically add AppImage builds to our GitHub releases Thanks @probonopd :) --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd03ab504..5ca4c4695 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: cpp sudo: required dist: trusty +branches: + only: + - master + matrix: fast_finish: true include: @@ -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