2017-05-02 09:43:00 +00:00
|
|
|
language: go
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- os: linux
|
|
|
|
dist: trusty
|
2019-06-09 07:24:20 +00:00
|
|
|
go: 1.5.x
|
2017-05-02 09:43:00 +00:00
|
|
|
- os: linux
|
|
|
|
dist: trusty
|
2019-06-09 07:24:20 +00:00
|
|
|
go: 1.6.x
|
2017-05-02 09:43:00 +00:00
|
|
|
- os: linux
|
|
|
|
dist: trusty
|
2019-06-09 07:24:20 +00:00
|
|
|
go: 1.7.x
|
2017-05-02 09:43:00 +00:00
|
|
|
- os: linux
|
|
|
|
dist: trusty
|
2019-06-09 07:24:20 +00:00
|
|
|
go: 1.8.x
|
|
|
|
- os: linux
|
|
|
|
dist: trusty
|
|
|
|
go: 1.9.x
|
|
|
|
- os: linux
|
|
|
|
dist: precise
|
|
|
|
go: 1.9.x
|
2017-05-02 09:43:00 +00:00
|
|
|
- os: linux
|
|
|
|
dist: precise
|
2019-06-09 07:24:20 +00:00
|
|
|
go: 1.10.x
|
2017-05-02 09:43:00 +00:00
|
|
|
- os: osx
|
2019-06-09 07:24:20 +00:00
|
|
|
go: 1.10.x
|
2017-05-02 09:43:00 +00:00
|
|
|
|
|
|
|
script:
|
|
|
|
- go install ./...
|
2018-01-25 13:08:43 +00:00
|
|
|
- go test -v ./...
|