From face9293f1fa70e01a4375689183ced7b38de016 Mon Sep 17 00:00:00 2001 From: guwirth Date: Tue, 22 Nov 2016 22:39:25 +0100 Subject: [PATCH] add SQ6.2-RC1 for testing --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac0891d28c..cab2a8a029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,12 @@ env: - SONARHOME=/tmp/sonarqube-5.6.3 - SONARHOME=/tmp/sonarqube-6.0 - SONARHOME=/tmp/sonarqube-6.1 + - SONARHOME=/tmp/sonarqube-6.2-RC1 matrix: fast_finished: true -# allow_failures: -# - env: SONARHOME=/tmp/sonarqube-6.1 + allow_failures: + - env: SONARHOME=/tmp/sonarqube-6.2-RC1 # shorten the VM hostname with the new workaround # https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913 @@ -34,6 +35,8 @@ install: - unzip -qq sonarqube-6.0.zip - travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.1.zip - unzip -qq sonarqube-6.1.zip + - travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.2-RC1.zip + - unzip -qq sonarqube-6.2-RC1.zip - travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonar-scanner-cli/sonar-scanner-2.8.zip - unzip -qq sonar-scanner-2.8.zip - cd -