Browse Source

fix travis, 1.10 doesnt support by unconvert anymore

aperezg 6 năm trước cách đây
mục cha
commit
ca0248e19b
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -1,10 +1,13 @@
 language: go
 go_import_path: github.com/pkg/errors
 go:
-  - 1.10.x
   - 1.11.x
   - 1.12.x
+  - 1.13.x
   - tip
 
+env:
+  - GO111MODULE=off
+
 script:
   - make check