mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 16:15:55 +01:00
[travis] Test against JDK 7 and JDK 8
Bug #221 was due to a different behaviour of JDK8 and JDK7. To prevent this in the future, travis should test with both.
This commit is contained in:
parent
cdb25f3183
commit
5b539d5252
@ -1,4 +1,7 @@
|
|||||||
language: android
|
language: android
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
- oraclejdk7
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
# Uncomment the lines below if you want to
|
# Uncomment the lines below if you want to
|
||||||
|
Loading…
Reference in New Issue
Block a user