From ed0e3309fd5dbda1e874aef6ab7b87fc41811e55 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 10 Jan 2016 22:11:34 +0100 Subject: again --- .travis.yml | 10 +++++----- tests/test_tools/PradoGenericSelenium2Test.php | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4321d6a..9494d380 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: php sudo: false php: -# - 5.5 -# - 5.6 - 7 matrix: @@ -27,9 +25,11 @@ before_script: - export PATH=./bin/:$PATH - export SAUCE_BUILD=$TRAVIS_BUILD_NUMBER - export SAUCE_TUNNEL_IDENTIFIER=$TRAVIS_JOB_NUMBER + - php -S localhost:8888 & + - sleep 3 script: - - phing functionaltest + - phing coverage -#after_script: -# - php ./bin/coveralls -v \ No newline at end of file +after_script: + - php ./bin/coveralls -v \ No newline at end of file diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php index ecbbe806..e4799b73 100755 --- a/tests/test_tools/PradoGenericSelenium2Test.php +++ b/tests/test_tools/PradoGenericSelenium2Test.php @@ -2,9 +2,10 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase { - protected $start_url = 'http://localhost:4445'; + protected $start_url = 'http://localhost:8888'; public static $browsers = array( // run FF15 on Windows 8 on Sauce + /* array( 'browserName' => 'firefox', 'desiredCapabilities' => array( @@ -12,6 +13,7 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase 'platform' => 'Windows 2012', ) ), + */ // run Chrome on Linux on Sauce array( 'browserName' => 'chrome', -- cgit v1.2.3