From 194cdf3b5f262b618545dbcee807a25df24dc54f Mon Sep 17 00:00:00 2001 From: J2ghz Date: Sat, 9 Apr 2016 11:38:59 +0200 Subject: [PATCH] Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75aac8ad3d..ac29f83009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ android: - tools # The BuildTools version used by your project - - build-tools-23.0.1 + - build-tools-23.0.3 - android-23 - extra-android-m2repository - extra-google-m2repository @@ -15,5 +15,5 @@ android: before_script: - chmod +x gradlew #Build, and run tests -script: "./gradlew build testDebug" +script: "./gradlew clean assembleDebug testDebugUnitTest" sudo: false