From: gggeek Date: Fri, 30 Jun 2017 23:46:08 +0000 (+0100) Subject: debugging travis X-Git-Tag: 3.1.0~19 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=f5d01350f044e94b23fd0c105b7a4d79bf77351e debugging travis --- diff --git a/.travis.yml b/.travis.yml index 4652e53..6ea8d32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,3 +31,8 @@ before_script: script: php -d "include_path=.:./lib:./test" test/testsuite.php LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 NOPROXY=1 + +after_failure: + # Save as much info as we can to help developers + - cat apache_error.log + - cat apache_access.log