These commands need to be done as root.

This commit is contained in:
jgen 2014-02-17 20:11:26 -05:00
parent 5e13a01ffd
commit 173e8ef164

View file

@ -15,9 +15,9 @@ before_install:
install:
- sudo apt-get install -y nginx --fix-missing
- sudo apt-get install -y php5-fpm php5-mysql --fix-missing
- cp tests/travis_nginx.conf /etc/nginx/nginx.conf
- /etc/init.d/nginx restart
- /etc/init.d/php5-fpm restart
- sudo cp tests/travis_nginx.conf /etc/nginx/nginx.conf
- sudo /etc/init.d/nginx restart
- sudo /etc/init.d/php5-fpm restart
# execute any number of scripts before the test run, custom env's are available as variables
before_script: