diff --git a/.travis.yml b/.travis.yml index 5e18ced..fa10c3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,3 @@ script: - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/tcp - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/utils - env GO111MODULE=on go test -v -cover github.com/schollz/croc/v6/src/comm - -deploy: - - provider: script - skip_cleanup: true - script: curl -sL https://git.io/goreleaser | bash - on: - tags: true - condition: $TRAVIS_OS_NAME = linux