2016-04-25 17:14:31 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
|
|
|
- 1.6
|
|
|
|
# We shouldn't need to install anything because we use vendoring.
|
|
|
|
install:
|
|
|
|
- echo "Don't run anything."
|
|
|
|
|
2016-05-02 17:37:01 +00:00
|
|
|
# Run unit tests and linters.
|
2016-05-04 21:29:13 +00:00
|
|
|
script: make test
|