Update .travis.yml

This commit is contained in:
Bruno Bierbaumer 2015-11-25 23:02:54 +01:00
parent d54ac85aef
commit d064a6932d

View file

@ -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