From 00afa4763eb918ae9a46656a057fac6efee8b5dd Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 10 Jan 2016 22:56:14 +0100 Subject: maybe --- .travis.yml | 3 +++ tests/test_tools/PradoGenericSelenium2Test.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9494d380..8c0cfc70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ matrix: addons: sauce_connect: true + hosts: + - mysite.dev + - www.mysite.dev cache: directories: diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php index 707e9586..04d9cdbb 100755 --- a/tests/test_tools/PradoGenericSelenium2Test.php +++ b/tests/test_tools/PradoGenericSelenium2Test.php @@ -2,7 +2,7 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase { - protected $start_url = 'http://localhost:8888'; + protected $start_url = 'http://www.mysite.dev:8888'; public static $browsers = array( // run FF15 on Windows 8 on Sauce array( -- cgit v1.2.3