minikube/.travis.yml

11 lines
179 B
YAML

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