Run CI with currently supported Go versions (#159)

This commit is contained in:
Julian Kornberger 2019-08-28 19:37:36 +02:00 committed by Julien Laffaye
parent 7cd8b0bcf3
commit 6aaa91c779

View File

@ -2,8 +2,8 @@ language: go
sudo: required sudo: required
dist: xenial dist: xenial
go: go:
- 1.10.x
- 1.11.x - 1.11.x
- 1.12.x
before_install: before_install:
- sudo sysctl net.ipv6.conf.lo.disable_ipv6=0 - sudo sysctl net.ipv6.conf.lo.disable_ipv6=0
- go get github.com/mattn/goveralls - go get github.com/mattn/goveralls