blob: 1596ec9ab7675f2baa9fb46181feca0a2212dd3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: php
php:
- "5.6"
- "5.5"
- "5.4"
- "5.3"
before_script: wget https://phar.phpunit.de/phpunit.phar
script:
- composer install
- php phpunit.phar -c tests/units.sqlite.xml
|