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)"