From b8cdd59c68d926a9b038ec966c7b4d5e2de415b0 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 25 Nov 2016 03:55:07 +0100 Subject: [PATCH] Use gradle build, not assembly, for coverity --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9c7de8f..8a578330 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,5 +31,5 @@ addons: description: "Terminal emulator and Linux environment for Android" notification_email: fredrik@fornwall.net build_command_prepend: "./gradlew clean" - build_command: "./gradlew assemble" + build_command: "./gradlew build" branch_pattern: master