1
0
mirror of https://github.com/json-iterator/go.git synced 2025-04-23 11:37:32 +02:00

test with more go versions

This commit is contained in:
Tao Wen 2017-07-02 13:18:20 +08:00
parent e7404f3065
commit 11975d2a26

View File

@ -1,6 +1,8 @@
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip