Skip to content

Commit

Permalink
Merge pull request #998 from guwirth/sq6.2-rc1
Browse files Browse the repository at this point in the history
add SQ6.2-RC1 for testing
  • Loading branch information
guwirth authored Nov 23, 2016
2 parents 0b18596 + face929 commit bcc61b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 -
Expand Down

0 comments on commit bcc61b2

Please sign in to comment.