Skip to content

Commit

Permalink
Add localhost to hosts with 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesh committed Aug 15, 2016
1 parent 3960480 commit 3bc6ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ matrix:
- php: 7.0

before_script:
# Update Hostname
- sudo sed -i '1s/^/127.0.0.1 localhost\n/' /etc/hosts
- sudo apt-get update -qq
- sudo apt-get install -y --force-yes apache2 libapache2-mod-fastcgi > /dev/null
- sudo mkdir $(pwd)/.run
Expand Down

0 comments on commit 3bc6ff6

Please sign in to comment.