diff --git a/.travis.yml b/.travis.yml index 50618c3a..2c39e9e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ android: components: - platform-tools - tools - - build-tools-24.0.2 + - build-tools-24.0.3 - android-22 - android-24 - sys-img-armeabi-v7a-android-22 @@ -21,4 +21,4 @@ before_script: - android-wait-for-emulator - adb shell input keyevent 82 & -script: ./gradlew connectedAndroidTest \ No newline at end of file +script: ./gradlew clean connectedAndroidTest -PdisablePreDex --stacktrace \ No newline at end of file