From a6596cdb2928764bec3c4ad3760ceebc02ea0713 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 28 Mar 2015 15:48:11 +0100 Subject: [PATCH] Run integration test for sftp backend with travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8157db349..2df09a465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)"