summaryrefslogtreecommitdiffstats
path: root/scripts/qt59/after_success.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-11 12:31:34 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-11 13:49:25 -0700
commit45c19fd11ebf41c19f51eff067646551ab60e5bf (patch)
treec8fdb56f7d16ec2c01987907c0a8125dc3a951a5 /scripts/qt59/after_success.sh
parent8fa9eabb47f451e60af765f007cca2af6def5222 (diff)
downloadsubsurface-45c19fd11ebf41c19f51eff067646551ab60e5bf.tar.gz
Travis: add Qt 5.9 testing
This is done via Fedora 27 which seemed the easiest way to get a 5.9 based distro. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/qt59/after_success.sh')
-rw-r--r--scripts/qt59/after_success.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/qt59/after_success.sh b/scripts/qt59/after_success.sh
new file mode 100644
index 000000000..ce84c003a
--- /dev/null
+++ b/scripts/qt59/after_success.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Build with Qt 5.9 succeeded"