1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 16:26:11 +00:00

Fix YAML config (again)

This commit is contained in:
Alexander Neumann 2015-03-22 13:26:41 +01:00
parent c58fc8b6a2
commit 0d39d46ac6

View file

@ -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
- stat --printf='binary size: %s' restic - "stat --printf='binary size: %s' restic"
- go test ./... - go test ./...
- ./testsuite.sh - ./testsuite.sh