Update .travis.yml

This commit is contained in:
TerraNovaUser 2019-08-07 14:02:16 +03:00 committed by GitHub
parent f0f31da08c
commit a3ae8a5b48
Failed to generate hash of commit

View file

@ -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