Browse Source

Run CI with currently supported Go versions (#159)

Julian Kornberger 6 years ago
parent
commit
6aaa91c779
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -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