Increase Travis build Android emulator memory size

This commit is contained in:
Rossen Hristov
2016-05-20 15:07:07 +03:00
parent 37f13c50d4
commit a7f76f7256

View File

@ -35,7 +35,7 @@ before_script:
- "(cd build/platform-declarations && npm install)" - "(cd build/platform-declarations && npm install)"
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER -b - echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER -b
armeabi-v7a -c 12M armeabi-v7a -c 12M
- emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window & - emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window -memory 2048 &
- android-wait-for-emulator - android-wait-for-emulator
script: script:
- jdk_switcher use oraclejdk8 - jdk_switcher use oraclejdk8