2011-11-13 17:48:51 +00:00
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
2012-05-28 12:11:30 +00:00
|
|
|
- 5.3.3
|
2011-11-13 17:48:51 +00:00
|
|
|
- 5.3
|
|
|
|
- 5.4
|
|
|
|
|
2011-11-13 18:01:46 +00:00
|
|
|
before_script:
|
2012-06-27 16:40:18 +00:00
|
|
|
- curl -s http://getcomposer.org/installer | php -- --quiet
|
2012-04-18 16:46:02 +00:00
|
|
|
- php composer.phar install
|
2011-11-13 18:01:46 +00:00
|
|
|
|
2012-06-25 16:59:41 +00:00
|
|
|
script: phpunit -c tests/complete.phpunit.xml
|