add local.dev to /etc/hosts on travis
author() <nilclass@riseup.net>
Thu, 25 Oct 2012 18:46:30 +0000 (20:46 +0200)
committer() <nilclass@riseup.net>
Thu, 25 Oct 2012 18:46:30 +0000 (20:46 +0200)
.travis.yml

index 9968579..7968ade 100644 (file)
@@ -1,4 +1,5 @@
 before_install:
+  - "127.0.0.1 localhost local.dev > /etc/hosts"
   - "export DISPLAY=:99.0"
   - "sh -e /etc/init.d/xvfb start"
   - "wget https://selenium.googlecode.com/files/selenium-server-standalone-2.25.0.jar"