Kaynağa Gözat

chore: add env for go1.11/go1.12

田欧 7 yıl önce
ebeveyn
işleme
996076df5b
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -13,6 +13,14 @@ go:
 git:
   depth: 10
 
+matrix:
+  fast_finish: true
+  include:
+  - go: 1.11.x
+    env: GO111MODULE=on
+  - go: 1.12.x
+    env: GO111MODULE=on
+
 script:
   - go test -v -covermode=count -coverprofile=coverage.out