From 2bcdb1611858422cd5918ab86351d20f5c4005c2 Mon Sep 17 00:00:00 2001 From: Patches Date: Mon, 24 Jul 2017 07:39:32 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7bcd3c50..3c73e74b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: - TARGET_SDK=26 - BUILD_TOOLS_VERSION=26.0.0 matrix: - - EMULATOR_SDK=android-19 ABI=armeabi-v7a + - EMULATOR_SDK=android-22 ABI=armeabi-v7a android: components: @@ -33,4 +33,4 @@ script: - travis_wait 60 ./gradlew jacocoDebugTestReport after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)