mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
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:
committed by
Zlatko Čalušić
parent
ec7289235c
commit
a6961e877b
@@ -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 "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user