Trying to make Travis build work.

This commit is contained in:
Rossen Hristov
2016-06-02 16:58:23 +03:00
parent c26e0b29f3
commit 278d36a5e2

View File

@@ -34,8 +34,9 @@ before_script:
- npm install - npm install
- "(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 --abi default/armeabi-v7a -c 12M - echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi default/armeabi-v7a -c 12M
- emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window -memory 2048 & - emulator -avd $AVD_NAME -no-audio -no-window &
- android-wait-for-emulator - android-wait-for-emulator &
- adb shell input keyevent 82
script: script:
- jdk_switcher use oraclejdk8 - jdk_switcher use oraclejdk8
- grunt default && - grunt default &&