mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 17:51:07 +00:00
Merge pull request #258 from yvesh/travishosts
Forcing 127.0.0.1 for /etc/hosts in travis
This commit is contained in:
commit
f470766616
@ -18,6 +18,8 @@ matrix:
|
||||
- php: 7.0
|
||||
|
||||
before_script:
|
||||
# Forcing localhost in hosts file
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user