2012-12-31 03:01:19 +05:30
|
|
|
language: php
|
|
|
|
|
|
|
|
php:
|
|
|
|
- 5.3
|
|
|
|
- 5.4
|
2013-08-08 18:55:17 +05:30
|
|
|
- 5.5
|
2012-12-31 03:01:19 +05:30
|
|
|
|
2013-07-27 05:17:10 +05:30
|
|
|
before_script: composer install --prefer-source
|
2013-07-27 05:02:04 +05:30
|
|
|
script: phpunit --configuration phpunit.xml.dist
|