1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00
Files
kubo/.travis.yml
Juan Batiz-Benet 6959b4f032 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.
2015-01-13 23:34:28 -08:00

12 lines
117 B
YAML

language: go
go:
- 1.3
- release
- tip
script:
- TRAVES=true make test
env: TEST_NO_FUSE=1 TEST_VERBOSE=1