未验证 提交 518e0fe3 编写于 作者: P Phodal Huang

ci: update build config

上级 c8ce3ec7
......@@ -6,10 +6,11 @@ go:
env: GO111MODULE=on GOFLAGS='-mod vendor'
before_install:
before_script:
- go get github.com/onsi/gomega
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/modocache/gover
- go get github.com/mattn/goveralls
git:
depth: 1
......@@ -17,7 +18,12 @@ git:
install: true
script:
- ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --coverpkg gitserver --trace --race --compilers=2
- $HOME/gopath/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --coverpkg gitserver --trace --race --compilers=2
os:
- linux
- osx
- windows
after_success:
- gover . coverage.txt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册