mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
11 lines
93 B
YAML
11 lines
93 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
|
|
script:
|
|
- make test
|
|
|
|
env: TEST_NO_FUSE=1 TEST_VERBOSE=1
|