Fix tests on Travis

This commit is contained in:
Alexander Neumann
2018-03-20 20:44:07 +01:00
committed by Zlatko Čalušić
parent 4019e3f45e
commit cda126a99c
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ install:
script:
- go install
- go test -v .
- go test -v ./...
- go run build.go -v -T
- diff <(goimports -d *.go) <(printf "")