Merge pull request #225 from roidelapluie/travis-jdk7-jdk8
Test against JDK 7 and JDK 8
This commit is contained in:
commit
823cb12035
|
@ -1,4 +1,7 @@
|
|||
language: android
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- oraclejdk7
|
||||
android:
|
||||
components:
|
||||
# Uncomment the lines below if you want to
|
||||
|
|
Loading…
Reference in New Issue