1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00
Files
kubo/.travis.yml
2014-10-09 02:59:56 -07:00

13 lines
105 B
YAML

language: go
go:
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...
env: TEST_NO_FUSE=1