2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Fix travis again

This commit is contained in:
Alexander Neumann 2015-03-22 13:22:32 +01:00
parent e1acade174
commit c58fc8b6a2

View File

@ -15,6 +15,6 @@ script:
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
- go build -ldflags "-s" ./...
- go build -ldflags "-s" -o restic ./cmd/restic
- echo "binary size: $(stat --printf='%s' restic)"
- stat --printf='binary size: %s' restic
- go test ./...
- ./testsuite.sh