From fd57f9115e763e57256942ee103ac7d09a222814 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sun, 11 Oct 2015 20:49:40 -0700 Subject: [PATCH] Less logging for Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 313a9248..319acf83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ jdk: before_install: - touch local.properties -script: exec ./kobaltw --log 2 assemble test +script: exec ./kobaltw assemble test