From 6e0d8bd84483b8408388320dcbb946cdd8bc8fd8 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 13 Oct 2015 01:32:13 -0700 Subject: [PATCH] Don't install in travis (skip ./gradlew assemble). --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 319acf83..4f046918 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ jdk: before_install: - touch local.properties +install: true + script: exec ./kobaltw assemble test