1 Star 1 Fork 0

罗晓俊 / monolog-co-stream-handler

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 424 Bytes
Copy Edit Raw Blame History
罗晓俊 authored 2018-06-20 14:30 . unit test
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/monolog-co-stream-handler.git
git@gitee.com:lb002/monolog-co-stream-handler.git
lb002
monolog-co-stream-handler
monolog-co-stream-handler
master

Search