Skip to content

Commit

Permalink
Fix travis goreleaser deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Duchesne authored Aug 6, 2018
1 parent 9595c22 commit 692d5e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ script:
fi
- if [ ${TRAVIS_TAG::1} = v ];
then
curl -sL https://git.io/goreleaser | bash /dev/stdin $@;
curl -sL https://git.io/goreleaser | bash;
fi


notifications:
email: false

0 comments on commit 692d5e2

Please sign in to comment.