0
0
Fork 0
mirror of https://github.com/YTVanced/VancedMicroG synced 2024-11-05 18:45:04 +00:00

Fix travis CI

This commit is contained in:
Marvin W 2016-11-13 16:03:01 +01:00
parent f0030c2265
commit c574c62e6d
No known key found for this signature in database
GPG key ID: 072E9235DB996F2A

View file

@ -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