mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Fix tests on Travis
This commit is contained in:
committed by
Zlatko Čalušić
parent
4019e3f45e
commit
cda126a99c
2
build.go
2
build.go
@@ -49,7 +49,7 @@ var config = Config{
|
||||
Name: "rest-server", // name of the program executable and directory
|
||||
Namespace: "github.com/restic/rest-server", // subdir of GOPATH, e.g. "github.com/foo/bar"
|
||||
Main: "github.com/restic/rest-server/cmd/rest-server", // package name for the main package
|
||||
Tests: []string{"github.com/restic/rest-server"}, // tests to run
|
||||
Tests: []string{"github.com/restic/rest-server/..."}, // tests to run
|
||||
MinVersion: GoVersion{Major: 1, Minor: 7, Patch: 0}, // minimum Go version supported
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user