No need to re-install apache & libapache2-mod-fastcgi
They are already being installed (lines 25 and 27)
This commit is contained in:
parent
707dfca7f2
commit
e64a2d11d6
@ -244,8 +244,6 @@ before_script:
|
||||
|
||||
|
||||
- echo "Setting up Apache + FPM"
|
||||
- travis_retry sudo apt-get update
|
||||
- travis_retry sudo apt-get install apache2 libapache2-mod-fastcgi
|
||||
# enable php-fpm
|
||||
- sudo cp ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf.default ~/.phpenv/versions/$(phpenv version-name)/etc/php-fpm.conf
|
||||
- |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user