X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=039373224bb6340d81ca49498af4928b976bf9a1;hb=869cf1a4c3776b868d12f038475e391d4b8c935e;hp=6ea8d32a353f73dd1c090441004b4fdf716a44a1;hpb=f5d01350f044e94b23fd0c105b7a4d79bf77351e;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 6ea8d32..0393732 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ before_script: - ./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 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 after_failure: # Save as much info as we can to help developers