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

remove go tip from travis testing, unstability caused too many false test failures

This commit is contained in:
Jeromy
2015-02-19 13:33:16 -08:00
parent b04b23e675
commit c535ce388e

View File

@ -3,7 +3,6 @@ language: go
go: go:
- 1.3 - 1.3
- 1.4 - 1.4
- tip
script: script:
- make test - make test