forked from mirrors/linux-bench
Update .travis.yml
This commit is contained in:
parent
f0f31da08c
commit
a3ae8a5b48
1 changed files with 1 additions and 10 deletions
11
.travis.yml
11
.travis.yml
|
@ -11,20 +11,11 @@ before_install:
|
||||||
- sudo apt-get install -y rpm
|
- sudo apt-get install -y rpm
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- GO111MODULE=on go test ./...
|
- make tests
|
||||||
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- 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:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
|
|
Loading…
Add table
Reference in a new issue