Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion scripts/before-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down