From 2c136381c2e88842277debafed2e104497892d61 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 28 Mar 2015 15:51:08 +0100 Subject: [PATCH] Fix travis test --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2df09a465..154da5495 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)"