提交 422c107b 编写于 作者: D Dan Lorenc

Add .travis.yml.

上级 d74ce773
language: go
go:
- 1.6
# We shouldn't need to install anything because we use vendoring.
install:
- echo "Don't run anything."
# Don't test vendored code.
script: go test $(go list ./... | grep -v /vendor/)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册