mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-01-30 18:27:35 +01:00
10 lines
96 B
YAML
10 lines
96 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- hhvm
|
|
|
|
script: phpunit --coverage-text ./
|