Add .travis.yml.
parent
d74ce773cf
commit
422c107b71
|
@ -0,0 +1,10 @@
|
|||
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/)
|
Loading…
Reference in New Issue