From 961e81ac40e59790687de57ba0205742d2042ab4 Mon Sep 17 00:00:00 2001 From: Giorgio Sironi Date: Sat, 2 Mar 2013 19:23:35 +0100 Subject: [PATCH] Activating all tests on Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a040bc16..fccb1b94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ php: - 5.3 - 5.4 before_script: ./before_script.sh -script: "vendor/bin/phpunit --verbose --debug --filter testOpen Tests/Selenium2TestCaseTest.php" +script: "vendor/bin/phpunit --verbose --debug Tests"