1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 16:07:42 +08:00

travis ci

This commit is contained in:
Juan Batiz-Benet
2014-07-30 00:34:29 -07:00
parent a93315422d
commit 38f35ecd24

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- release
- tip
script:
- go test -v ./...