From d4fa2bbf47c2b2b722ecd2032e8479b405d65b59 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Fri, 11 Jul 2014 19:58:28 +0200 Subject: test: make testing optional in build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fd6e55ea7..673dd3876 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,6 @@ before_install: - ./install-custom-gradle-test-plugin.sh install: echo "Installation done" script: - - gradle assemble -S -q - - gradle --info OpenKeychain-Test:testDebug + - gradle -PwithTesting=true assemble -S -q + - gradle -PwithTesting=true --info OpenKeychain-Test:testDebug -- cgit v1.2.3