Skip to content

Commit

Permalink
travais : apache is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Oct 5, 2012
1 parent 17850fa commit 6f8f7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ php:
- 5.4
before_install:
#server
- sudo apt-get install -y --force-yes apache2 libapache2-mod-php5 php5-sqlite
- sudo apt-get install apache2
- sudo a2enmod rewrite
- sudo sed -i -e "s,/var/www,$(pwd)/Features/Fixtures/BehatWizard/web,g" /etc/apache2/sites-available/default
- sudo service apache2 reload
Expand Down

0 comments on commit 6f8f7d7

Please sign in to comment.