Clone on travis to avoid ssl issues on 5.3, disallow failures for 5.5 now that its updated
parent
e3f06582e4
commit
57959c096e
|
@ -6,10 +6,6 @@ php:
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
|
||||||
matrix:
|
before_script: composer install --prefer-source
|
||||||
allow_failures:
|
|
||||||
- php: 5.5
|
|
||||||
|
|
||||||
before_script: composer install
|
|
||||||
|
|
||||||
script: phpunit -c tests/complete.phpunit.xml
|
script: phpunit -c tests/complete.phpunit.xml
|
||||||
|
|
Loading…
Reference in New Issue