From faf67b89644e414221243177cfda7386c54ddb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 14:09:07 +0100 Subject: [PATCH] Getting closer. --- test/Sauce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Sauce.php b/test/Sauce.php index 5b4348f..4c4831c 100644 --- a/test/Sauce.php +++ b/test/Sauce.php @@ -84,7 +84,7 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase public function setUpPage() { - $this->url('http://localhost:8888/index.php'); + $this->url('http://cops-travis:8888/index.php'); } public function string_to_ascii($string)