mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
p2p/net/swarm: fix travis env flag val
the travis docs say the env flag TRAVIS=true but, i want to make absolutely sure. explicitness leaves less room for error.
This commit is contained in:
@ -6,6 +6,6 @@ go:
|
||||
- tip
|
||||
|
||||
script:
|
||||
- make test
|
||||
- TRAVES=true make test
|
||||
|
||||
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
|
||||
|
Reference in New Issue
Block a user