From: gggeek Date: Fri, 30 Jun 2017 23:32:56 +0000 (+0100) Subject: anothe stab at travis X-Git-Tag: 3.1.0~20 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=3d319d5586a6b2c1c4f6d1a321abee6919ce9127 anothe stab at travis --- diff --git a/.travis.yml b/.travis.yml index 4950722..4652e53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ 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