mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00

the travis docs say the env flag TRAVIS=true but, i want to make absolutely sure. explicitness leaves less room for error.
12 lines
117 B
YAML
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
|