aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-12 01:28:27 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-12 01:28:27 +0200
commitd4c1b781db6198fc8a99b29173d872d418032a67 (patch)
treeb2a02e06432a15b95d5b661d81077e64f0d9bbed /.travis.yml
parent54bc874ce558866e70e54c0076cbee1f51823be7 (diff)
downloadopen-keychain-d4c1b781db6198fc8a99b29173d872d418032a67.tar.gz
open-keychain-d4c1b781db6198fc8a99b29173d872d418032a67.tar.bz2
open-keychain-d4c1b781db6198fc8a99b29173d872d418032a67.zip
test: add algorithm choice tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
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