Trying to make Travis build work.

This commit is contained in:
Rossen Hristov
2016-06-02 17:09:07 +03:00
parent 278d36a5e2
commit 2e483aaca5

View File

@ -35,8 +35,8 @@ 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 --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 -no-audio -no-window & - emulator -avd $AVD_NAME -no-audio -no-window &
- android-wait-for-emulator & - android-wait-for-emulator
- adb shell input keyevent 82 - adb shell input keyevent 82 &
script: script:
- jdk_switcher use oraclejdk8 - jdk_switcher use oraclejdk8
- grunt default && - grunt default &&