From 4133c751ebcde80bef6c551a50211ba7fc7eee16 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Fri, 17 Jun 2016 09:03:41 -0400 Subject: [PATCH] Fix Travis builds --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c51854b..eccfce9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,9 @@ before_install: - go get github.com/mitchellh/gox - go get github.com/tcnksm/ghr -# There are no tests at the moment :( -script: "true" +script: + # There are no tests at the moment :( + - go version after_success: - "[ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ] && gox -ldflags \"-X 'main.buildVersion=${BUILD_VERSION} (${TRAVIS_COMMIT})' -X 'main.buildDate=${DATE}'\" -output \"dist/hoarder_{{.OS}}_{{.Arch}}\" ./cmd/hoarder || false"