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