mirror of
https://github.com/restic/restic.git
synced 2025-08-13 14:30:36 +00:00
Fix travis build
This commit is contained in:
@@ -14,6 +14,7 @@ script:
|
|||||||
- gofmt -l *.go */*.go */*/*.go
|
- gofmt -l *.go */*.go */*/*.go
|
||||||
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
||||||
- go build -ldflags "-s" ./...
|
- go build -ldflags "-s" ./...
|
||||||
- echo "binary size: $(stat --printf='%s' cmd/restic/restic)"
|
- go build -ldflags "-s" -o restic ./cmd/restic
|
||||||
|
- echo "binary size: $(stat --printf='%s' restic)"
|
||||||
- go test ./...
|
- go test ./...
|
||||||
- ./testsuite.sh
|
- ./testsuite.sh
|
||||||
|
Reference in New Issue
Block a user