Skip to content

Commit

Permalink
improved travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 9, 2017
1 parent 9f27f2c commit 9b2d863
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ install: make setup
script: make ci
after_success:
- bash <(curl -s https://codecov.io/bash)
- test -n "$TRAVIS_TAG" && curl -sL http://git.io/goreleaser | bash
notifications:
email: false
deploy:
- provider: script
skip_cleanup: true
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true

0 comments on commit 9b2d863

Please sign in to comment.