diff --git a/.travis.yml b/.travis.yml index 411f849..3164ed9 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file