aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorTom <thomas.verin@sonarsource.com>2017-01-11 10:10:21 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-12 16:20:38 +0100
commit2ea17a6389e9e43c9f066a902b0b18c7e08ed3ba (patch)
tree227787bf91937f85161ac8e78d96a949baf7de65 /travis.sh
parent1dcd206d10922b8aa889b094adc2aec06cc050d9 (diff)
downloadsonarqube-2ea17a6389e9e43c9f066a902b0b18c7e08ed3ba.tar.gz
sonarqube-2ea17a6389e9e43c9f066a902b0b18c7e08ed3ba.zip
BUILD: display the date every minute in travis builds
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index ac764993ee6..0b9e852dcf8 100755
--- a/travis.sh
+++ b/travis.sh
@@ -24,6 +24,8 @@ function configureTravis {
configureTravis
. installJDK8
+./clock.sh &
+
case "$TARGET" in
CI)
@@ -103,3 +105,6 @@ WEB)
;;
esac
+
+#stop the clock
+touch stop \ No newline at end of file