mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-06-02 20:08:35 +02:00
11 lines
112 B
YAML
11 lines
112 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.3
|
|
- 5.4
|
|
|
|
before_script:
|
|
- composer install --dev
|
|
|
|
script: phpunit --coverage-text
|