Skip to content

Commit

Permalink
Change deploy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Gajewski committed Jul 24, 2017
1 parent a12a753 commit 5f8340c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
deploy:
skip_cleanup: true
provider: script
script: deploy.sh
script: test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
on:
tags: true
all_branches: true
3 changes: 0 additions & 3 deletions deploy.sh

This file was deleted.

0 comments on commit 5f8340c

Please sign in to comment.