mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
11 lines
145 B
YAML
11 lines
145 B
YAML
language: php
|
|
sudo: false
|
|
php:
|
|
- 5.4
|
|
- 5.5
|
|
- 5.6
|
|
- 7.0
|
|
- hhvm
|
|
before_install: "composer install"
|
|
script: "phpunit lib/Tests"
|