summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 16:10:41 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-16 16:10:41 +0200
commit15742d1caf5db2d24ae6e8cdacf507836e98d3e0 (patch)
treebedc71760eaef74f19ab8a6995a6f900c18ccb5e /.travis.yml
parent1cc2acf94b7cce3fadff9ab7eb09f50bb2164822 (diff)
use netstat to check whats listening
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6f7cb4b58..496522195 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,8 +31,7 @@ before_script:
- mysql -u root -e "grant all on oc_autotest.* to 'oc_autotest'@'localhost'";
- sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf
- sudo a2enmod rewrite actions fastcgi alias
- - sudo apt-get install lsof
- - lsof -P | grep 9000
+ - netstat -a | grep LISTEN
- echo "cgi.fix_pathinfo = 1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- ~/.phpenv/versions/$(phpenv version-name)/sbin/php-fpm
- sudo cp -f tests/travis/travis-ci-apache /etc/apache2/sites-available/default