From 0d39d46ac6a67878786601e8ec3b1b239c693bb2 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 22 Mar 2015 13:26:41 +0100 Subject: [PATCH] Fix YAML config (again) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 228af7b11..9d373a245 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,6 @@ script: - test -z "$(gofmt -l *.go */*.go */*/*.go)" - go build -ldflags "-s" ./... - go build -ldflags "-s" -o restic ./cmd/restic - - stat --printf='binary size: %s' restic + - "stat --printf='binary size: %s' restic" - go test ./... - ./testsuite.sh