13 lines
172 B
YAML
13 lines
172 B
YAML
language: php
|
|
|
|
php:
|
|
- "5.6"
|
|
- "5.5"
|
|
- "5.4"
|
|
- "5.3"
|
|
|
|
before_script: wget https://phar.phpunit.de/phpunit.phar
|
|
script:
|
|
- composer dump-autoload
|
|
- php phpunit.phar
|