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 634d89f1b0 Remove Travis testing of Go 1.2
Go 1.2 is no longer supported (we use sync.Pool).
2014-11-01 17:55:59 -07:00

12 lines
97 B
YAML

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