未验证 提交 4373ca4c 编写于 作者: P Phodal Huang

ci: update go version for save world & remove graphviz out failured

上级 1230a0a5
language: go
go:
- 1.12.x
# - 1.12.x
- 1.13.x
- tip
# - tip
os:
- linux
......@@ -14,15 +14,15 @@ env:
global:
- GO111MODULE=on
- PATH=${TRAVIS_BUILD_DIR}/bin:${PATH}
addons:
apt:
packages:
- graphviz
#
#addons:
# apt:
# packages:
# - graphviz
before_script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install graphviz; fi
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install graphviz; fi
- go get github.com/onsi/gomega
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/modocache/gover
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册