浏览代码

Run CI with currently supported Go versions (#159)

Julian Kornberger 6 年之前
父节点
当前提交
6aaa91c779
共有 1 个文件被更改,包括 1 次插入1 次删除
  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