mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
travis: correctly set RACE=TRUE in build matrix
This commit is contained in:
parent
61e8677419
commit
2c62f3e1f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue