Skip to content

Commit

Permalink
add SQ6.2-RC1 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
guwirth committed Nov 22, 2016
1 parent 0b18596 commit face929
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 face929

Please sign in to comment.