Skip to content

Commit 0e3172a

Browse files
committed
Set device to Nexus 4 and re-enable API 16, 17, and 18 emulator tests.
Fixes #2738.
1 parent ae202bc commit 0e3172a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ env:
2020
matrix:
2121
- COMPONENT=unit
2222
- COMPONENT=firebase
23-
# TODO(#2738): Re-enable these when we find a fix.
24-
# - COMPONENT=instrumentation ANDROID_TARGET=16
25-
# - COMPONENT=instrumentation ANDROID_TARGET=17
26-
# - COMPONENT=instrumentation ANDROID_TARGET=18
23+
- COMPONENT=instrumentation ANDROID_TARGET=16
24+
- COMPONENT=instrumentation ANDROID_TARGET=17
25+
- COMPONENT=instrumentation ANDROID_TARGET=18
2726
- COMPONENT=instrumentation ANDROID_TARGET=19
2827
- COMPONENT=instrumentation ANDROID_TARGET=21
2928
- COMPONENT=instrumentation ANDROID_TARGET=22

scripts/travis_create_emulator.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
target="system-images;android-${ANDROID_TARGET};default;armeabi-v7a"
66
echo y | sdkmanager --update
77
echo y | sdkmanager --install $target
8-
avdmanager create avd --force -n test -k $target --device "Nexus 5X" -c 2000M
8+
avdmanager create avd --force -n test -k $target --device "Nexus 4" -c 2048M
99
QEMU_AUDIO_DRV=none $ANDROID_HOME/emulator/emulator -avd test -no-window -memory 2048 &
1010

1111
exit 0

0 commit comments

Comments
 (0)