Skip to content

Commit

Permalink
integration test with SQ6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guwirth committed Apr 22, 2017
1 parent ae0bbc2 commit 56a3ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
- SONARHOME=/tmp/sonarqube-6.0 SONARAPI=SqApi56
- SONARHOME=/tmp/sonarqube-6.1 SONARAPI=SqApi56
- SONARHOME=/tmp/sonarqube-6.2 SONARAPI=SqApi62
- SONARHOME=/tmp/sonarqube-6.3 SONARAPI=SqApi62
- SONARHOME=/tmp/sonarqube-6.3.1 SONARAPI=SqApi62

matrix:
fast_finished: true
Expand Down Expand Up @@ -38,8 +38,8 @@ install:
- unzip -qq sonarqube-6.1.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.2.zip
- unzip -qq sonarqube-6.2.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.3.zip
- unzip -qq sonarqube-6.3.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.3.1.zip
- unzip -qq sonarqube-6.3.1.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 56a3ebb

Please sign in to comment.