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.
2016-05-01 17:42:32 +00:00
script: ./test.sh