Skip to content

Commit

Permalink
Merge pull request #20 from linkpoolio/feature/remove-json
Browse files Browse the repository at this point in the history
Remove deploy stage from Travis
  • Loading branch information
jleeh authored Oct 22, 2019
2 parents a6a7daa + 0e23077 commit 96ecd4a
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 96ecd4a

Please sign in to comment.