Travis: Fix tests (again)

The problem is that in Go < 1.9 "..." also matches the vendor directory,
and we don't want to run those tests :)
This commit is contained in:
Alexander Neumann
2018-03-20 22:07:10 +01:00
committed by Zlatko Čalušić
parent ec7289235c
commit a6961e877b
2 changed files with 9 additions and 6 deletions

View File

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