diff --git a/.travis.yml b/.travis.yml index dff56910..262eb138 100644 --- a/.travis.yml +++ b/.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