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

ci: add graphviz to build

上级 2d643ec0
......@@ -8,7 +8,14 @@ env:
- GO111MODULE=on
- PATH=${TRAVIS_BUILD_DIR}/bin:${PATH}
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
- 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.
先完成此消息的编辑!
想要评论请 注册