mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-29 12:10:54 +00:00
9 lines
228 B
YAML
9 lines
228 B
YAML
language: php
|
|
# Bionic environment has preinstalled PHP from 7.1 to 7.4
|
|
# https://docs.travis-ci.com/user/reference/bionic/#php-support
|
|
dist: bionic
|
|
php:
|
|
- 7.4
|
|
before_install: "composer install"
|
|
script: "vendor/bin/phpunit"
|