1
0
Fork 0

Clone on travis to avoid ssl issues on 5.3, disallow failures for 5.5 now that its updated

pull/1635/head
Jordi Boggiano 2013-02-27 19:20:07 +01:00
parent e3f06582e4
commit 57959c096e
1 changed files with 1 additions and 5 deletions

View File

@ -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