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

Commit

Permalink
fix travis releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Jan 17, 2017
1 parent ee3cfbe commit c438c85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: go
go:
- 1.6.4
- 1.7.4
- tip
os:
- linux
- osx
Expand All @@ -11,4 +9,5 @@ matrix:
- go: tip
fast_finish: true
after_success:
test -n "$TRAVIS_TAG" && go get github.com/goreleaser/releaser && releaser
# Only release tag on Linux
test "$TRAVIS_OS_NAME" != "osx" && test -n "$TRAVIS_TAG" && go get github.com/goreleaser/goreleaser && goreleaser

0 comments on commit c438c85

Please sign in to comment.