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