minikube/.travis.yml

11 lines
179 B
YAML
Raw Normal View History

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."
# Run unit tests and linters.
script: make test