Try a travis change
Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
This commit is contained in:
parent
92038f009a
commit
3bd38682a6
11
.travis.yml
11
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue