Merge pull request #2028 from halseth/travis-race-env
travis: correctly set RACE=TRUE in build matrix
This commit is contained in:
commit
b00e43eec1
@ -2,7 +2,7 @@ language: go
|
||||
matrix:
|
||||
include:
|
||||
- go: "1.11"
|
||||
env: RACE=FALSE USE_LINT=TRUE
|
||||
env: RACE=TRUE USE_LINT=TRUE
|
||||
- go: "1.11"
|
||||
env: RACE=FALSE USE_LINT=TRUE
|
||||
- go: "1.10"
|
||||
|
Loading…
Reference in New Issue
Block a user