Skip to content

Commit

Permalink
travis now builds on jdk7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Apr 13, 2017
1 parent b18f2ef commit 708e164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: java
jdk:
- openjdk6
# Use as lowest jdk as possible, to test compat with Android. Ideally jdk6 should be used but Gradle 3.x requires JDK7
- openjdk7
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit 708e164

Please sign in to comment.