2011-11-13 00:35:48 +00:00
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
|
|
|
- 5.3
|
|
|
|
- 5.4
|
|
|
|
|
2012-04-20 14:02:40 -04:00
|
|
|
before_script:
|
2012-04-20 14:34:38 -04:00
|
|
|
- curl -s http://getcomposer.org/installer | php
|
2012-04-20 14:02:40 -04:00
|
|
|
- php composer.phar install --dev
|
|
|
|
|
2011-11-13 00:35:48 +00:00
|
|
|
script: phpunit
|