Hopefully fix travis jdk7 build (permgen space issue)
This commit is contained in:
parent
3953e4232d
commit
059c7d0b15
|
@ -1,7 +1,12 @@
|
|||
language: android
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- oraclejdk7
|
||||
|
||||
env:
|
||||
- GRADLE_OPTS="-XX:MaxPermSize=256m"
|
||||
|
||||
android:
|
||||
components:
|
||||
# Uncomment the lines below if you want to
|
||||
|
|
Loading…
Reference in New Issue