8 Star 46 Fork 11

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
Docker
1
https://gitee.com/guanguans/dnmp-plus.git
git@gitee.com:guanguans/dnmp-plus.git
guanguans
dnmp-plus
dnmp-plus
master

搜索帮助