From 3ac46a1d2e077614df34135d8565528dbc8083c7 Mon Sep 17 00:00:00 2001 From: Jorin Vogel Date: Wed, 18 Jan 2017 15:55:45 +0100 Subject: [PATCH] simplify deploy command --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 53d4296..1200158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,4 @@ os: - linux - osx after_success: - # Only release tag on Linux - test "$TRAVIS_OS_NAME" != "osx" && test -n "$TRAVIS_TAG" && go get github.com/goreleaser/goreleaser && goreleaser + test "$TRAVIS_OS_NAME" = "linux" -a -n "$TRAVIS_TAG" && go get github.com/goreleaser/goreleaser && goreleaser