Update .travis.yml
This commit is contained in:
parent
d54ac85aef
commit
d064a6932d
1 changed files with 3 additions and 8 deletions
11
.travis.yml
11
.travis.yml
|
@ -18,12 +18,7 @@ android:
|
|||
- extra-android-m2repository
|
||||
- addon-google_apis-google-23
|
||||
|
||||
# Specify at least one system image,
|
||||
# if you need to run emulator(s) during your tests
|
||||
- sys-img-armeabi-v7a-android-23
|
||||
# Emulator Management: Create, Start and Wait
|
||||
script:
|
||||
- ./gradlew build
|
||||
|
||||
|
||||
before_script:
|
||||
- echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
- android-wait-for-emulator
|
||||
|
|
Loading…
Reference in a new issue