mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-02-19 19:54:39 +01:00
8 lines
79 B
YAML
8 lines
79 B
YAML
language: php
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
- 5.5
|
|
|
|
script: phpunit --coverage-text ./
|