diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-09 16:11:11 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-09 16:11:11 +0200 |
commit | e0da8a1932653b40c35a5303aa3865c5a7aab7e3 (patch) | |
tree | e8409a03941d0d0a136229d3994c4644760d2b5b /.travis.yml | |
parent | 0bdf27c47c0bd9c5f642fd397be58f7d4ddd3a1a (diff) | |
download | sonarqube-e0da8a1932653b40c35a5303aa3865c5a7aab7e3.tar.gz sonarqube-e0da8a1932653b40c35a5303aa3865c5a7aab7e3.zip |
Use JDK 7 in Travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6eff48bb7b2..94d39521e85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false install: true jdk: - - oraclejdk8 + - oraclejdk7 env: - JOB=H2 |