Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
simplify deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Jan 18, 2017
1 parent 7a38a44 commit 3ac46a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3ac46a1

Please sign in to comment.