trying to fix the build travis process of the upstream

This commit is contained in:
Milan Aleksic
2017-05-31 18:09:13 +02:00
committed by Kamil Kisiel
parent 3dbbcacc14
commit b238132b07
-2
View File
@@ -5,8 +5,6 @@ go:
- 1.4
- 1.5
- tip
install:
- go get golang.org/x/tools/cmd/vet
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)