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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbmw <bmw@users.noreply.github.com>2016-04-07 03:32:43 +0300
committerbmw <bmw@users.noreply.github.com>2016-04-07 03:32:43 +0300
commit6a7b4a8e142eb392a8fe696d9536b52c0fc4b5e3 (patch)
tree9c1d3b78b1e6aa2b4a92e095eb5965054d753f7f /.travis.yml
parente2fcb6b84e79cdcb0e4fd16caf2fa2e67baaa8c3 (diff)
parentbb426c8ae8b6bb02021fc326059a27946472b269 (diff)
Merge pull request #2737 from TheNavigat/mariadb
Add MariaDB debugging to Travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e7021e34..f9706e263 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,15 +28,31 @@ matrix:
include:
- python: "2.6"
env: TOXENV=py26 BOULDER_INTEGRATION=1
+ sudo: true
+ after_failure:
+ - sudo cat /var/log/mysql/error.log
+ - ps aux | grep mysql
- python: "2.6"
env: TOXENV=py26-oldest BOULDER_INTEGRATION=1
+ sudo: true
+ after_failure:
+ - sudo cat /var/log/mysql/error.log
+ - ps aux | grep mysql
- python: "2.7"
env: TOXENV=apacheconftest
sudo: required
- python: "2.7"
env: TOXENV=py27 BOULDER_INTEGRATION=1
+ sudo: true
+ after_failure:
+ - sudo cat /var/log/mysql/error.log
+ - ps aux | grep mysql
- python: "2.7"
env: TOXENV=py27-oldest BOULDER_INTEGRATION=1
+ sudo: true
+ after_failure:
+ - sudo cat /var/log/mysql/error.log
+ - ps aux | grep mysql
- python: "2.7"
env: TOXENV=lint
- sudo: required