提交服务端基础框架
This commit is contained in:
8
Server/extend/alipay-sdk-all/v3/.travis.yml
Normal file
8
Server/extend/alipay-sdk-all/v3/.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user