b35122f7a
cdc8454cf
1 2 3 4 5
6 7 8 9 10 11 12 13
14 15 16 17
language: php php: - 5.3 - 5.4 - 5.5 - 5.5.9 - 5.5.10 - 5.6 matrix: allow_failures: - php: 5.5.10 - php: 5.6 script: phpunit --configuration tests/phpunit.xml before_script: composer install