1 Star 0 Fork 11

任志帆/dnmp-plus

forked from guanguans/dnmp-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
琯琯 提交于 2019-06-26 20:25 . Update travis ci config file
language: bash
sudo: required
services:
- docker
# Installing a newer Docker version
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y install docker-ce
- docker version
script: ./travis-build.sh
after_failure:
- curl "https://api.day.app/${API_DAY_TOKEN}/dnmp-plus 构建失败 https://travis-ci.org/guanguans/dnmp-plus/builds"
after_success:
- curl "https://api.day.app/${API_DAY_TOKEN}/dnmp-plus 构建成功"
notifications:
email: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/renzhifan/dnmp-plus.git
git@gitee.com:renzhifan/dnmp-plus.git
renzhifan
dnmp-plus
dnmp-plus
master

搜索帮助