瀏覽代碼

chore: recover go master build, partial revert #1514 (#1561)

* chore: recover go master build, partial revert #1514

* chore: add master to go branch build targets
Javier Provecho Fernandez 7 年之前
父節點
當前提交
c617b6241a
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

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