1
0
mirror of https://github.com/restic/restic.git synced 2024-06-20 07:06:38 +02:00

Fix travis test

This commit is contained in:
Alexander Neumann 2015-03-28 15:51:08 +01:00
parent a6596cdb29
commit 2c136381c2

View File

@ -14,7 +14,8 @@ script:
- go build -ldflags "-s" ./...
- go build -ldflags "-s" -o restic ./cmd/restic
- "stat --printf='binary size: %s' restic"
- go test -v -test.sftppath /usr/lib/openssh/sftp-server ./...
- go test -v ./...
- cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./...
- ./testsuite.sh
- gofmt -l *.go */*.go */*/*.go
- test -z "$(gofmt -l *.go */*.go */*/*.go)"