travis: correctly set RACE=TRUE in build matrix

This commit is contained in:
Johan T. Halseth 2018-10-10 11:03:24 +02:00
parent 61e8677419
commit 2c62f3e1f6
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

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