mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-20 13:37:32 +08:00
13 lines
156 B
YAML
13 lines
156 B
YAML
|
|
language: php
|
||
|
|
|
||
|
|
php:
|
||
|
|
- 7.0
|
||
|
|
- 7.1
|
||
|
|
- 7.2
|
||
|
|
- 7.3
|
||
|
|
|
||
|
|
install:
|
||
|
|
- travis_retry composer install --no-interaction --no-suggest
|
||
|
|
|
||
|
|
script: ./vendor/bin/phpunit
|