mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-09 19:32:24 +08:00
16 lines
229 B
YAML
16 lines
229 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.3
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|
|
- cd cmd/ipfs && go install # test it can be compiled
|
|
- cd ../../test/
|
|
- make # sharness tests
|
|
- cd ..
|
|
|
|
env: TEST_NO_FUSE=1
|