Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairruhm committed Jun 1, 2018
1 parent c65301a commit 9883421
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,13 @@ install:
script:
- goveralls -service=travis-ci

after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux && $TRAVIS_GO_VERSION = 1.9

notifications:
email:
Expand Down

0 comments on commit 9883421

Please sign in to comment.