We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8223bf9 commit 3a8b124Copy full SHA for 3a8b124
1 file changed
.travis.yml
@@ -1,8 +1,12 @@
1
sudo: required
2
3
language: java
4
+
5
+services:
6
+ - docker
7
8
jdk:
- - openjdk8
9
+ - oraclejdk8
10
11
addons:
12
sonarcloud:
@@ -11,10 +15,6 @@ addons:
15
token:
16
# Put sonar connection token generated and encrypted.
13
17
secure: ${SONAR_TOKEN}
14
- apt:
- packages:
- - oracle-java9-installer
- - oracle-java9-set-default
18
19
env:
20
global:
0 commit comments