X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=3e08e6b5459ab831d2f7264e5e06c119774c2e08;hb=2b78aa61211d40a72b60322bc27737b5d09bba8c;hp=70c2801b5ecc2bd5b9473f8d6fcfe4c8ff292910;hpb=ca57a23c74972cfd6fae0e8a79d7f5e8226c6077;p=plcapi.git diff --git a/.travis.yml b/.travis.yml index 70c2801..3e08e6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,11 @@ before_script: script: # to have code coverage: --coverage-clover=coverage.clover - phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 + phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=localhost HTTPSURI=/demo/server/server.php PROXY=localhost:8080 HTTPSVERIFYHOST=0 HTTPSIGNOREPEER=1 after_failure: - cat apache_error.log - cat apache_access.log - - cat /tmp/hhvm.log after_script: # # upload code-coverage to Scrutinizer