Skip to content

Commit a40f428

Browse files
author
Matt Jacobs
committed
Perform Travis builds with Java8
1 parent 41804d2 commit a40f428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: java
22
sudo: false
33

44
jdk:
5-
- oraclejdk7
5+
- oraclejdk8
66

77
script:
88
- ./gradlew --info check

0 commit comments

Comments
 (0)