瀏覽代碼

Add golang 1.11.x testing (#1514)

* Add golang 1.11.x testing

* remove the latest golang testing

See the issue: https://github.com/gin-gonic/gin/pull/1510
Bo-Yi Wu 7 年之前
父節點
當前提交
09d342abbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ go:
   - 1.8.x
   - 1.8.x
   - 1.9.x
   - 1.9.x
   - 1.10.x
   - 1.10.x
-  - master
+  - 1.11.x
 
 
 git:
 git:
   depth: 10
   depth: 10