2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 16:10:49 +00:00

Fix travis build

This commit is contained in:
Alexander Neumann 2015-03-22 13:09:14 +01:00
parent 30ce48dc32
commit e1acade174

View File

@ -14,6 +14,7 @@ script:
- gofmt -l *.go */*.go */*/*.go
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
- 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 ./...
- ./testsuite.sh