Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Travis CI test #964

Merged
merged 1 commit into from
Oct 4, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jdk:
- oraclejdk8

env:
- SONARHOME=/tmp/sonarqube-5.6.1
- SONARHOME=/tmp/sonarqube-5.6.2
- SONARHOME=/tmp/sonarqube-6.0
- SONARHOME=/tmp/sonarqube-6.1-RC1
- SONARHOME=/tmp/sonarqube-6.1-RC2

matrix:
fast_finished: true
allow_failures:
- env: SONARHOME=/tmp/sonarqube-6.1-RC1
- env: SONARHOME=/tmp/sonarqube-6.1-RC2

# shorten the VM hostname with the new workaround
# https://github.com/travis-ci/travis-ci/issues/5227#issuecomment-165131913
Expand All @@ -28,12 +28,12 @@ before_install:

install:
- cd /tmp
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.6.1.zip
- unzip -qq sonarqube-5.6.1.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.6.2.zip
- unzip -qq sonarqube-5.6.2.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.0.zip
- unzip -qq sonarqube-6.0.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.1-RC1.zip
- unzip -qq sonarqube-6.1-RC1.zip
- travis_retry wget -q https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.1-RC2.zip
- unzip -qq sonarqube-6.1-RC2.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