Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 063b726

Browse files
committed
Fix bobbylight#177: Fixing Travis CI builds
1 parent b466ddd commit 063b726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ env:
66
before_install:
77
- "/bin/sh -e /etc/init.d/xvfb start"
88

9-
# Oldest JDK supported by Travis CI
9+
# We build with JDK 8 but use target compatibility 1.6
1010
jdk:
11-
- openjdk6
11+
- oraclejdk8
1212

1313
script:
1414
- ./gradlew assemble -x signArchives -x uploadArchives

0 commit comments

Comments
 (0)