1 Star 0 Fork 52

wycto-fork / SMProxy

forked from louislivi / SMProxy 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 771 Bytes
Copy Edit Raw Blame History
louislivi authored 2019-08-12 14:36 . Remove travis php 7.0 version
language: php
dist: trusty
matrix:
include:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.2
env: LINT=true
- php: 7.2
env: PHAR=true
services:
- mysql
install:
- printf "\n" | pecl install -f swoole
before_script:
- phpenv config-rm xdebug.ini
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('123456') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
- composer install --no-dev
- php -v
- php -m
script:
- |
if [[ $LINT != "" ]]; then
composer install --dev
vendor/bin/phpcs
elif [[ $PHAR != "" ]]; then
composer install --dev
vendor/bin/box compile
./SMProxy.phar start -c tests/conf
php tests/test.php
else
tests/run
php tests/test.php
fi
PHP
1
https://gitee.com/wycto-fork/smproxy.git
git@gitee.com:wycto-fork/smproxy.git
wycto-fork
smproxy
SMProxy
master

Search