From: gggeek Date: Fri, 20 Mar 2015 10:21:06 +0000 (+0000) Subject: More playing around with travis X-Git-Tag: 4.0.0-alpha^2~157 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7b485e551efb17e5268fd8c9108865f01792fffa;p=plcapi.git More playing around with travis --- diff --git a/.travis.yml b/.travis.yml index d8fbb48f..f942a8c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_script: script: # to have code coverage: --coverage-clover=coverage.clover - phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=gggeek.ssl.altervista.org HTTPSURI=/sw/xmlrpc/demo/server/server.php PROXY=localhost:8080 DEBUG=1 + phpunit tests LOCALSERVER=localhost URI=/demo/server/server.php HTTPSSERVER=gggeek.ssl.altervista.org HTTPSURI=/sw/xmlrpc/demo/server/server.php PROXY=localhost:8080 #after_script: # # upload code-coverage to Scrutinizer diff --git a/tests/ci/travis/setup_apache.sh b/tests/ci/travis/setup_apache.sh index e5a4c7c0..04a4f8a9 100755 --- a/tests/ci/travis/setup_apache.sh +++ b/tests/ci/travis/setup_apache.sh @@ -16,3 +16,4 @@ sudo sed -e "s?%TRAVIS_BUILD_DIR%?$(pwd)?g" --in-place /etc/apache2/sites-availa sudo service apache2 restart sudo echo "$(pwd) !!!" +suco cat /etc/apache2/sites-available/default