Try to remove the apt-get update

This commit is contained in:
Laurent Destailleur 2013-09-14 10:10:58 +02:00
parent b1add3f9df
commit 974f892846

View File

@ -61,7 +61,7 @@ before_script:
- echo Show conf.php content
- cat htdocs/conf/conf.php
- echo Install apache server
- sudo apt-get update > /dev/null
# - sudo apt-get update > /dev/null
- sudo apt-get install -y --force-yes apache2 libapache2-mod-php5 php5-curl php5-mysql php5-pgsql php5-intl
- sudo sed -i -e "s,/var/www,$(pwd)/htdocs,g" /etc/apache2/sites-available/default
- echo Show default virtual host