Skip to content

Commit

Permalink
Remove deploy stage from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jleeh committed Oct 22, 2019
1 parent 125a30d commit 0e23077
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,4 @@ script:
- goverage -v -coverprofile=coverage.out ./...

after_success:
- bash <(curl -s https://codecov.io/bash)
-
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0e23077

Please sign in to comment.