diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-02-24 12:32:04 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-26 10:41:19 +0100 |
commit | a2c4b0d1ce9c2bc0385d1672609c87903fa2bfb0 (patch) | |
tree | 5e3a3687fac4e771864ad5fc1d8fdce29d6c274f /travis.sh | |
parent | fe9e0593f10876376d34f4569e953e86cec06110 (diff) | |
download | sonarqube-a2c4b0d1ce9c2bc0385d1672609c87903fa2bfb0.tar.gz sonarqube-a2c4b0d1ce9c2bc0385d1672609c87903fa2bfb0.zip |
BUILD-753 Migrate IRIS task to Travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 4 |
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 ;; |