mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-05 18:45:04 +00:00
Fix travis CI
This commit is contained in:
parent
f0030c2265
commit
c574c62e6d
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ sudo: false
|
|||
before_script:
|
||||
- echo sdk.dir $ANDROID_HOME > local.properties
|
||||
script:
|
||||
- jdk_switcher use oraclejdk8
|
||||
- export TERM=dumb
|
||||
- export JAVA_OPTS="-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m"
|
||||
- ./gradlew build
|
||||
|
|
Loading…
Reference in a new issue