From 57959c096e4d6b76bb42b35a93b5cf58c490a9dc Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 27 Feb 2013 19:20:07 +0100 Subject: [PATCH] Clone on travis to avoid ssl issues on 5.3, disallow failures for 5.5 now that its updated --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a77099b0e..5b1bb37bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,6 @@ php: - 5.4 - 5.5 -matrix: - allow_failures: - - php: 5.5 - -before_script: composer install +before_script: composer install --prefer-source script: phpunit -c tests/complete.phpunit.xml