1 Star 0 Fork 346

PHP开发者联盟 / swoole-src

forked from swoole / swoole-src 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 869 Bytes
一键复制 编辑 原始数据 按行查看 历史
韩天峰 提交于 2018-04-25 10:53 . remove php-7.0 support
language: php
compiler:
- gcc
- clang
os:
- linux
# - osx
php:
- 7.1
- 7.2
notifications:
email: team@swoole.com
env:
global:
- secure: "Mqg9ifSV0BLv2TIBw/x64aEuB8Y5aPXwXg7xAOq08oPlHBYSBgSYxroJL5PXs0fe7PszZF20bUBinwmEXYQzqgP/40Y1kmq/kfTsDXwTOc9qbAbA1pWvH+Sk1kDP5MLJRPWBCkqctyFd0I0u0SdzT1fgSqirqEz2bMnbAUVpSvo="
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
addons:
coverity_scan:
project:
name: "swoole/swoole-src"
description: "Build submitted via Travis CI"
notification_email: mikan.tenny@gmail.com
build_command_prepend: "./configure; make clean"
build_command: "make -j 4"
branch_pattern: coverity_scan
#Compile
before_script:
- ./travis/compile.sh
script:
- exit 0
C
1
https://gitee.com/FunTeam/swoole.git
git@gitee.com:FunTeam/swoole.git
FunTeam
swoole
swoole-src
master

搜索帮助