38 Star 208 Fork 63

iwannay / jiacrontab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
iwannay 提交于 2019-07-11 10:07 . add ci
sudo: false
language: go
go:
- 1.12.x
# Only clone the most recent commit.
git:
depth: 1
# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/
install: true
matrix:
fast_finish: true
include:
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
services:
- postgresql
# Don't email me the results of the test runs.
notifications:
email: false
script:
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
Go
1
https://gitee.com/iwannay/jiacrontab.git
git@gitee.com:iwannay/jiacrontab.git
iwannay
jiacrontab
jiacrontab
master

搜索帮助