Parcourir la source

Run CI with currently supported Go versions (#159)

Julian Kornberger il y a 6 ans
Parent
commit
6aaa91c779
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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