These commands need to be done as root.
This commit is contained in:
parent
5e13a01ffd
commit
173e8ef164
@ -15,9 +15,9 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- sudo apt-get install -y nginx --fix-missing
|
- sudo apt-get install -y nginx --fix-missing
|
||||||
- sudo apt-get install -y php5-fpm php5-mysql --fix-missing
|
- sudo apt-get install -y php5-fpm php5-mysql --fix-missing
|
||||||
- cp tests/travis_nginx.conf /etc/nginx/nginx.conf
|
- sudo cp tests/travis_nginx.conf /etc/nginx/nginx.conf
|
||||||
- /etc/init.d/nginx restart
|
- sudo /etc/init.d/nginx restart
|
||||||
- /etc/init.d/php5-fpm restart
|
- sudo /etc/init.d/php5-fpm restart
|
||||||
|
|
||||||
# execute any number of scripts before the test run, custom env's are available as variables
|
# execute any number of scripts before the test run, custom env's are available as variables
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user