1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 19:32:24 +08:00
Files
kubo/.travis.yml
Juan Batiz-Benet 38f35ecd24 travis ci
2014-07-30 01:51:58 -07:00

12 lines
92 B
YAML

language: go
go:
- 1.1
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...