Skip to content

Commit eef4c00

Browse files
author
R. Tyler Croy
committed
Adjust some settings to hopefully get Travis to stop failing the builds 💩
1 parent e11b008 commit eef4c00

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.travis.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
1-
language: groovy
1+
language: java
22
sudo: false
3-
addons:
4-
apt:
5-
packages:
6-
- oracle-java8-installer
7-
8-
install: true
9-
103
script:
11-
- ./gradlew -S -i --console=plain --no-daemon clean build
12-
4+
- ./gradlew -S -i --no-daemon clean check build
135
jdk:
14-
- oraclejdk8
15-
6+
- openjdk8
167
os:
17-
- linux
18-
8+
- linux
199
cache:
2010
directories:
2111
- $HOME/.gradle

0 commit comments

Comments
 (0)