mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
Run integration test for sftp backend with travis
This commit is contained in:
parent
223108c6ae
commit
a6596cdb29
@ -14,7 +14,7 @@ script:
|
|||||||
- 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 -v -test.sftppath /usr/lib/openssh/sftp-server ./...
|
||||||
- ./testsuite.sh
|
- ./testsuite.sh
|
||||||
- gofmt -l *.go */*.go */*/*.go
|
- gofmt -l *.go */*.go */*/*.go
|
||||||
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
- test -z "$(gofmt -l *.go */*.go */*/*.go)"
|
||||||
|
Loading…
Reference in New Issue
Block a user