travis: correctly set RACE=TRUE in build matrix
This commit is contained in:
parent
61e8677419
commit
2c62f3e1f6
@ -2,7 +2,7 @@ language: go
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- go: "1.11"
|
- go: "1.11"
|
||||||
env: RACE=FALSE USE_LINT=TRUE
|
env: RACE=TRUE USE_LINT=TRUE
|
||||||
- go: "1.11"
|
- go: "1.11"
|
||||||
env: RACE=FALSE USE_LINT=TRUE
|
env: RACE=FALSE USE_LINT=TRUE
|
||||||
- go: "1.10"
|
- go: "1.10"
|
||||||
|
Loading…
Reference in New Issue
Block a user