aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2020-02-24 12:32:04 +0100
committerSonarTech <sonartech@sonarsource.com>2020-02-26 10:41:19 +0100
commita2c4b0d1ce9c2bc0385d1672609c87903fa2bfb0 (patch)
tree5e3a3687fac4e771864ad5fc1d8fdce29d6c274f /travis.sh
parentfe9e0593f10876376d34f4569e953e86cec06110 (diff)
downloadsonarqube-a2c4b0d1ce9c2bc0385d1672609c87903fa2bfb0.tar.gz
sonarqube-a2c4b0d1ce9c2bc0385d1672609c87903fa2bfb0.zip
BUILD-753 Migrate IRIS task to Travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh
index b2f4e883651..2f443dcafac 100755
--- a/travis.sh
+++ b/travis.sh
@@ -46,6 +46,10 @@ BUILD)
-Dsonar.organization=sonarsource \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.login="$SONAR_TOKEN"
+
+ # Wait for 5mins, hopefully the report will be processed.
+ sleep 5m
+ ./.travis/run_iris.sh
fi
;;