1
0
mirror of https://github.com/json-iterator/go.git synced 2025-03-29 21:20:52 +02:00

travis: add 1.x to go versions

This commit is contained in:
Davor Kapsa 2017-09-07 17:12:42 +02:00 committed by GitHub
parent 374e68a144
commit f29a0391bc

View File

@ -2,6 +2,7 @@ language: go
go:
- 1.8.x
- 1.x
before_install:
- go get -t -v ./...