summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 23:59:14 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-15 23:59:14 +0200
commitd6130d150fb2754c1400bab3ca6677f98fcdf9f1 (patch)
tree3d4a9c79bb1901d952d637d1e710c2a2c448dd45 /tests
parent5c4f88142c29c398687a3880e2d2519c12cc6b3f (diff)
remove travis-ci comment
Diffstat (limited to 'tests')
-rw-r--r--tests/travis/travis-ci-apache3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/travis/travis-ci-apache b/tests/travis/travis-ci-apache
index 67f47dc6f..5cfd3ccd0 100644
--- a/tests/travis/travis-ci-apache
+++ b/tests/travis/travis-ci-apache
@@ -9,12 +9,11 @@
Allow from all
</Directory>
- # Wire up Apache to use Travis CI's php-fpm.
<IfModule mod_fastcgi.c>
AddHandler php5-fcgi .php
Action php5-fcgi /php5-fcgi
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
- FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:80 -pass-header Authorization
+ FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -pass-header Authorization
</IfModule>
</VirtualHost> \ No newline at end of file