diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-26 15:32:55 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-05-26 15:52:00 +0200 |
commit | 45248a93901bbdac018a172a9f1db956cba876bf (patch) | |
tree | 0d54ab5496685d503f7348bb25f052b63fc79d0c /.travis.yml | |
parent | 8d0ec033969eaf7fb0e9672816ce6a85a9a301f0 (diff) | |
download | sonarqube-45248a93901bbdac018a172a9f1db956cba876bf.tar.gz sonarqube-45248a93901bbdac018a172a9f1db956cba876bf.zip |
SONAR-7587 end of support of Java 7
- Upgrade to parent 34, which compiles
with java 8 and disable javadoc lints
- Compilation with java 8 on Travis
- Fix ambiguities in assertJ
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 f3b0b5e83b6..eb304c809d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java sudo: false install: true -jdk: oraclejdk7 +jdk: oraclejdk8 script: ./travis.sh env: |