1
0
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:
Juan Batiz-Benet
2015-01-13 23:33:07 -08:00
parent 920ddc7fc3
commit 6959b4f032
2 changed files with 4 additions and 4 deletions

View File

@ -6,6 +6,6 @@ go:
- tip
script:
- make test
- TRAVES=true make test
env: TEST_NO_FUSE=1 TEST_VERBOSE=1