2011-11-13 17:48:51 +00:00
|
|
|
language: php
|
|
|
|
|
2013-01-11 20:47:32 +00:00
|
|
|
php:
|
2012-05-28 12:11:30 +00:00
|
|
|
- 5.3.3
|
2011-11-13 17:48:51 +00:00
|
|
|
- 5.3
|
|
|
|
- 5.4
|
2012-12-20 12:59:21 +00:00
|
|
|
- 5.5
|
2011-11-13 17:48:51 +00:00
|
|
|
|
2013-01-11 20:47:32 +00:00
|
|
|
matrix:
|
|
|
|
allow_failures:
|
|
|
|
- php: 5.5
|
|
|
|
|
2012-09-28 09:07:29 +00:00
|
|
|
before_script: composer install
|
2011-11-13 18:01:46 +00:00
|
|
|
|
2012-06-25 16:59:41 +00:00
|
|
|
script: phpunit -c tests/complete.phpunit.xml
|