diff --git a/.travis.yml b/.travis.yml index 21ca0134..eee65022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,4 @@ cache: script: - ./gradlew clean lint - ./gradlew buildNative assembleDebug - - ./gradlew compileFatDebugAndroidTestSources + - ./gradlew compileDebugAndroidTestSources