From 6e4c117fca955779cf0705ed3407c306568835c2 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 9 Oct 2020 16:21:41 -0300 Subject: [PATCH] Also complile the instrumentation test sources in CI We already don't run instrumentation tests in CI, so we should at least compile them to catch any breakage there. This is important as they don't even get compliled when building and installing the app with Android Studio. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9414cabf..1c3ce3ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ -script: ./gradlew check assemble ktlintCheck +script: ./gradlew compileDebugAndroidTestSources check assemble ktlintCheck cache: directories: