minikube/.travis.yml

12 lines
252 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."
2016-05-02 03:23:39 +00:00
# Check non-vendored code for formatting.
script: diff -u <(echo -n) <(gofmt -l -s . | grep -v vendor)
2016-05-01 17:42:32 +00:00
script: ./test.sh