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 05fb19d commit 163eb81Copy full SHA for 163eb81
.travis.yml
@@ -5,20 +5,17 @@ addons:
5
packages:
6
- oracle-java8-installer
7
8
-install:
9
- - ./gradlew clean
+install: true
10
11
script:
12
- - ./gradlew -S -i check gradleTest assemble
+ - ./gradlew -S -i --console=plain --no-daemon clean build
13
14
jdk:
15
- oraclejdk8
16
17
os:
18
- linux
19
20
-env: TERM=dumb
21
-
22
cache:
23
directories:
24
- $HOME/.gradle
0 commit comments