From d4c1b781db6198fc8a99b29173d872d418032a67 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sat, 12 Jul 2014 01:28:27 +0200 Subject: test: add algorithm choice tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 673dd3876..fd6e55ea7 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 -PwithTesting=true assemble -S -q - - gradle -PwithTesting=true --info OpenKeychain-Test:testDebug + - gradle assemble -S -q + - gradle --info OpenKeychain-Test:testDebug -- cgit v1.2.3