11 Star 33 Fork 11

罗晓俊 / php-stress-tester

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 424 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
罗晓俊 提交于 2018-06-15 11:14 . travis build bugfix
language: php
php:
- '7.1'
before_script:
- composer install -vvv
- wget https://github.com/swoole/swoole-src/archive/v4.0.0.tar.gz
- tar -zxvf v4.0.0.tar.gz
- cd swoole-src-4.0.0
- phpize
- ./configure
- make -j 2
- make install
- echo "extension=swoole.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- cd ..
script: ./vendor/bin/phpunit tests
PHP
1
https://gitee.com/lb002/php-stress-tester.git
git@gitee.com:lb002/php-stress-tester.git
lb002
php-stress-tester
php-stress-tester
master

搜索帮助

14c37bed 8189591 565d56ea 8189591