blob: 5bd15086df018263127d0437f6dc1e3b92d237d3 (
plain) (
blame)
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
|