From 70dacfcef2dec4c01195073e16b98983d5517593 Mon Sep 17 00:00:00 2001 From: Mario Visic Date: Mon, 17 Oct 2011 23:47:51 +0800 Subject: [PATCH] Set the hostname on travis. --- bin/ci/before_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ci/before_build.sh b/bin/ci/before_build.sh index b352bae5..e35aa76d 100755 --- a/bin/ci/before_build.sh +++ b/bin/ci/before_build.sh @@ -1,3 +1,4 @@ #!/bin/sh sh -e /etc/init.d/xvfb start echo "echo \"127.0.0.1 test.example.com\" >> /etc/hosts" | sudo sh +sudo hostname test.example.com