mirror of
https://github.com/simshaun/recurr.git
synced 2025-01-18 00:18:27 +01:00
11 lines
211 B
YAML
11 lines
211 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
before_script:
|
|
- composer self-update
|
|
- composer update nothing
|
|
- composer --prefer-source --dev install
|
|
script: ./vendor/bin/phpunit --coverage-text
|