From 9a4155d7aab9bb4d3a0391658a2bafc5a3c00e59 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 26 Apr 2015 12:35:22 +0200 Subject: [PATCH] Add 'ls' on the binary to see the file sizes --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb5ea2651..139d1dd0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,7 @@ install: script: - go build -ldflags "-s" ./... - go build -ldflags "-s" -o restic ./cmd/restic - - sh -c "cd cmd/restic && gox -verbose -os 'linux darwin'" - - "stat --printf='binary size: %s' restic" + - sh -c "cd cmd/restic && gox -verbose -os 'linux darwin' && ls -al" - go test -v ./... - ./testsuite.sh - sh -c "cd backend && go test -v -test.sftppath /usr/lib/openssh/sftp-server ./..."