Merge pull request #2028 from halseth/travis-race-env

travis: correctly set RACE=TRUE in build matrix
This commit is contained in:
Johan T. Halseth 2018-10-10 13:22:50 +02:00 committed by GitHub
commit b00e43eec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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