mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
14 lines
181 B
YAML
Executable File
14 lines
181 B
YAML
Executable File
language: php
|
|
|
|
php:
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
|
|
sudo: false
|
|
dist: trusty
|
|
|
|
install: travis_retry composer install --no-interaction --prefer-source
|
|
|
|
script: vendor/bin/phpunit --verbose
|