Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-07 18:06:39 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-08-07 18:06:39 +0300
commitb1ff89d98f547e94a999093f79b1847cb5667fa0 (patch)
treea3a8d74ef708a3a66c2ab1d6a83e13f3bc2dea2b /.travis.yml
parent10c417d4669840da261c560634d81ca5ace4e867 (diff)
Check whether docker images have crashed
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f34c9dc7c..d3dcf96aa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -75,6 +75,9 @@ before_script:
# XDebug is only needed if we report coverage -> speeds up other builds
- if [[ "$PHP_COVERAGE" = "FALSE" ]]; then phpenv config-rm xdebug.ini; fi
+ # Print running docker images, just to verify they did not crash
+ - docker ps
+
script:
# Check info.xml schema validity
- wget https://apps.nextcloud.com/schema/apps/info.xsd