X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=.travis.yml;h=81510da912014119b3a7416e2b67f955f4a11069;hb=4bc4479a1d44d15b2ddd25ab84d64ed8a5dafea5;hp=4d9874071eadd41c0fefa01542ae3c75a716a59d;hpb=f5456e63644d3d34194912d7c371759807be30ed;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 4d98740..81510da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,17 @@ dist: xenial global: # temp workaround to xdebug 3.0.0 bug - XDEBUG_MODE=coverage + - LOCALSERVER=localhost + - URI=/demo/server/server.php + - HTTPSSERVER=localhost + - HTTPSURI=/demo/server/server.php + - PROXY=localhost:8080 + # Travis currently compiles PHP with an oldish cURL/GnuTLS combination; + # to make the tests pass when Apache has a bogus SSL cert whe need the full set of options below + - HTTPSVERIFYHOST=0 + - HTTPSIGNOREPEER=1 + - SSLVERSION=0 + - DEBUG=0 php: #- 5.3 @@ -50,9 +61,7 @@ before_script: - vendor/bin/phpunit --version script: - # Travis currently compiles PHP with an oldish cURL/GnuTLS combination; - # to make the tests pass when Apache has a bogus SSL cert whe need the full set of options below - vendor/bin/phpunit $COVERAGE_OPTS tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 SSLVERSION=0 DEBUG=0 + vendor/bin/phpunit $COVERAGE_OPTS tests after_failure: # Save as much info as we can to help developers