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

Run integration test for sftp backend with travis

This commit is contained in:
Alexander Neumann 2015-03-28 15:48:11 +01:00
parent 223108c6ae
commit a6596cdb29

View File

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