aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-07-11 16:51:10 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-07-11 17:15:17 +0200
commit65e75eed930a4b873ef53f55f3fde5e649188543 (patch)
tree010fca0beea3ad5afdc9fa6485090560a526c897 /.travis.yml
parentfaa8c2baa3da1783954bce2870f426b785d972ae (diff)
downloadopen-keychain-65e75eed930a4b873ef53f55f3fde5e649188543.tar.gz
open-keychain-65e75eed930a4b873ef53f55f3fde5e649188543.tar.bz2
open-keychain-65e75eed930a4b873ef53f55f3fde5e649188543.zip
travis: try running tests separately with info output
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c580122fb..fd6e55ea7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,5 +14,7 @@ before_install:
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui --all --force --filter build-tools-19.1.0,android-19,platform-tools,extra-android-support,extra-android-m2repository
- ./install-custom-gradle-test-plugin.sh
install: echo "Installation done"
-script: gradle assemble OpenKeychain-Test:testDebug -S -q
+script:
+ - gradle assemble -S -q
+ - gradle --info OpenKeychain-Test:testDebug