We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11b008 commit eef4c00Copy full SHA for eef4c00
.travis.yml
@@ -1,21 +1,11 @@
1
-language: groovy
+language: java
2
sudo: false
3
-addons:
4
- apt:
5
- packages:
6
- - oracle-java8-installer
7
-
8
-install: true
9
10
script:
11
- - ./gradlew -S -i --console=plain --no-daemon clean build
12
+ - ./gradlew -S -i --no-daemon clean check build
13
jdk:
14
- - oraclejdk8
15
+ - openjdk8
16
os:
17
- - linux
18
+ - linux
19
cache:
20
directories:
21
- $HOME/.gradle
0 commit comments