1 Star 0 Fork 49

qinhanzheng/Kratos

forked from Gitee 极速下载/Kratos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
felixhao 提交于 2019-02-01 15:57 . add kratos pkg
language: go
go:
- 1.11.x
# Only clone the most recent commit.
git:
depth: 1
# Force-enable Go modules. This will be unnecessary when Go 1.12 lands.
env:
- GO111MODULE=on
# Skip the install step. Don't `go get` dependencies. Only build with the code
# in vendor/
install: true
# Anything in before_script that returns a nonzero exit code will flunk the
# build and immediately stop. It's sorta like having set -e enabled in bash.
# Make sure golangci-lint is vendored.
before_script:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin
script:
- go test ./...
- go build ./...
after_success:
- golangci-lint run # run a bunch of code checkers/linters in parallel
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/keenhanzheng/Kratos.git
git@gitee.com:keenhanzheng/Kratos.git
keenhanzheng
Kratos
Kratos
master

搜索帮助