summaryrefslogtreecommitdiffstats
path: root/scripts/qt55/after_success.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-03-22 07:57:04 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-03-22 07:58:04 -0700
commitbca7f8ed6140e333b9858fafb4427f1a2924cb4a (patch)
treebc52c619f49a183ffb897fac3e16bb21db046d35 /scripts/qt55/after_success.sh
parent99bc940551313895ad44d425c927eb34217c508e (diff)
downloadsubsurface-bca7f8ed6140e333b9858fafb4427f1a2924cb4a.tar.gz
Travis: test build against Qt 5.5
We do this in a docker environment to make things fast and easy. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/qt55/after_success.sh')
-rw-r--r--scripts/qt55/after_success.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/qt55/after_success.sh b/scripts/qt55/after_success.sh
new file mode 100644
index 000000000..94894e959
--- /dev/null
+++ b/scripts/qt55/after_success.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Build with Qt 5.5 succeeded"