From a3ae8a5b482381f6e12c62cb9e480da1077b472f Mon Sep 17 00:00:00 2001 From: TerraNovaUser <51765070+TerraNovaUser@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:02:16 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67b1937..0a8699f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,20 +11,11 @@ before_install: - sudo apt-get install -y rpm script: - - GO111MODULE=on go test ./... - - go test -race -coverprofile=coverage.txt -covermode=atomic ./... + - make tests 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" - env: matrix: - GO111MODULE=on