No need to re-install apache & libapache2-mod-fastcgi

They are already being installed (lines 25 and 27)
This commit is contained in:
Jean Traullé 2019-08-30 20:24:24 +02:00
parent 707dfca7f2
commit e64a2d11d6
No known key found for this signature in database
GPG Key ID: 5315BC7C950D912A

View File

@ -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
- |