Try a travis change

Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
This commit is contained in:
Jonas Kalderstam 2015-05-21 00:17:30 +02:00
parent 92038f009a
commit 3bd38682a6
1 changed files with 9 additions and 2 deletions

View File

@ -11,7 +11,14 @@ android:
- extra-android-support
- extra-google-m2repository
- extra-android-m2repository
cache:
directories:
- $HOME/.gradle/caches/
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- chmod +x gradlew
# - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
# - emulator -avd test -no-skin -no-audio -no-window &
script:
- ./gradlew build