From 80f8004d83e8cd09b01cb87c0ed2ad435515788a Mon Sep 17 00:00:00 2001 From: Jonathan Koren Date: Mon, 5 Dec 2016 13:35:01 -0800 Subject: [PATCH 1/2] Restore older API level emulator tests --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16c3b4ad..fc5ea180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ env: global: - ADB_INSTALL_TIMEOUT=8 # minutes (2 minutes by default) matrix: - #- ANDROID_TARGET=android-15 - #- ANDROID_TARGET=android-16 + - ANDROID_TARGET=android-15 + - ANDROID_TARGET=android-16 - ANDROID_TARGET=android-19 os: linux @@ -17,11 +17,11 @@ android: - build-tools-24.0.3 - android-24 - extra-android-m2repository - #- android-15 - #- android-16 + - android-15 + - android-16 - android-19 - #- sys-img-armeabi-v7a-android-15 - #- sys-img-armeabi-v7a-android-16 + - sys-img-armeabi-v7a-android-15 + - sys-img-armeabi-v7a-android-16 - sys-img-armeabi-v7a-android-19 matrix: From 84b6a11f53221c9863030a7ca8847d61daa275f6 Mon Sep 17 00:00:00 2001 From: Jonathan Koren Date: Mon, 5 Dec 2016 17:06:15 -0800 Subject: [PATCH 2/2] Remove -no-audio --- scripts/before-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/before-test.sh b/scripts/before-test.sh index dc23bbc9..62ecc4ea 100755 --- a/scripts/before-test.sh +++ b/scripts/before-test.sh @@ -5,7 +5,7 @@ then sudo apt-get install python3 echo no | android create avd --force -n test -t $ANDROID_TARGET --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & + emulator -avd test -no-skin -no-window & android-wait-for-emulator adb shell input keyevent 82 & ./gradlew squidb-tests:installDebug squidb-tests:installDebugAndroidTest