X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=28a16f99217ba69ef829cd0a390b08fb0b2ed12c;hb=55489592e5fc4e15240bda6463e33a311ac6075e;hp=49507225691e22de5d893a74258bb13d6403ea2d;hpb=3ce375810da93d98e8e791f07c843f94ecabe8d9;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 49507225..28a16f99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,13 @@ before_script: # Set up Apache and Privoxy instances inside the Travis VM and use them for testing against - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then ./test/ci/travis/setup_php_fpm.sh; ./test/ci/travis/setup_apache.sh; fi - if [ "$TRAVIS_PHP_VERSION" = "hhvm" ]; then ./test/ci/travis/setup_hhvm.sh; ./test/ci/travis/setup_apache_hhvm.sh; fi - - ./tests/ci/travis/setup_privoxy.sh + - ./test/ci/travis/setup_privoxy.sh 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 + php -d "include_path=.:./lib:./test" test/testsuite.php LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=3 + +after_failure: + # Save as much info as we can to help developers + - cat apache_error.log + - cat apache_access.log + - php -i