Skip to content

Commit

Permalink
Merge pull request #707 from guwirth/enhancement/sq-5.3
Browse files Browse the repository at this point in the history
add SQ 5.3-RC1 to Travis CI testing
  • Loading branch information
guwirth committed Dec 12, 2015
2 parents f55b8fd + 656369f commit d646ffb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ env:
- SONARHOME=/tmp/sonarqube-5.0.1
- SONARHOME=/tmp/sonarqube-5.1.2
- SONARHOME=/tmp/sonarqube-5.2
- SONARHOME=/tmp/sonarqube-5.3-RC1

matrix:
fast_finished: true
allow_failures:
- env: SONARHOME=/tmp/sonarqube-5.2
- env: SONARHOME=/tmp/sonarqube-5.3-RC1

before_install:
- sudo hostname "$(hostname | cut -c1-63)"
Expand All @@ -22,15 +24,17 @@ before_install:
- travis_retry sudo apt-get -qq install boost1.55

install:
- cd /tmp
- cd /tmp
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-4.5.6.zip
- unzip -qq sonarqube-4.5.6.zip
- travis_retry wget -q http://downloads.sonarsource.com/sonarqube/sonarqube-5.0.1.zip
- unzip -qq sonarqube-5.0.1.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.1.2.zip
- unzip -qq sonarqube-5.1.2.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.2.zip
- unzip -qq sonarqube-5.2.zip
- unzip -qq sonarqube-5.2.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.3-RC1.zip
- unzip -qq sonarqube-5.3-RC1.zip
- travis_retry wget -q http://repo1.maven.org/maven2/org/codehaus/sonar/runner/sonar-runner-dist/2.4/sonar-runner-dist-2.4.zip
- unzip -qq sonar-runner-dist-2.4.zip
- cd -
Expand Down

0 comments on commit d646ffb

Please sign in to comment.