Skip to content

Commit

Permalink
Trigger deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Gajewski committed Jul 24, 2017
1 parent af36d97 commit 9691e06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ go:
script:
- go build .

after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
deploy:
skip_cleanup: true
provider: script
script: deploy.sh
on:
tags: true
all_branches: true
2 changes: 2 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 comments on commit 9691e06

Please sign in to comment.