Explorar o código

Run CI with currently supported Go versions (#159)

Julian Kornberger %!s(int64=6) %!d(string=hai) anos
pai
achega
6aaa91c779
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

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