aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTom <thomas.verin@sonarsource.com>2018-11-27 11:17:45 +0100
committerSonarTech <sonartech@sonarsource.com>2018-11-27 11:19:26 +0100
commit0a52c5067d46ce684231b8f61ea9f72d4d89fc22 (patch)
tree96c439539770ba8f4e6af7f52aff3b1ded85f339 /.travis.yml
parent8a11245143e55b974ad7bd54e6bcd09714114dfd (diff)
downloadsonarqube-0a52c5067d46ce684231b8f61ea9f72d4d89fc22.tar.gz
sonarqube-0a52c5067d46ce684231b8f61ea9f72d4d89fc22.zip
Use travis way of retrieving latest oracle JDK8
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b8ab34ab34c..9244f15465a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,11 @@ jdk: oraclejdk8
script: ./travis.sh
dist: trusty
+addons:
+ apt:
+ packages:
+ - oracle-java8-installer
+
branches:
except:
- /^dogfood\/.*$/