Explorar o código

add go 1.12.x into travis.yml and appveyor.yml

wenzuochao %!s(int64=6) %!d(string=hai) anos
pai
achega
4ce9f58813
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      .travis.yml
  2. 1 0
      appveyor.yml

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ language: go
 go:
   - 1.10.x
   - 1.11.x
+  - 1.12.x
 
 branches: # build only on these branches
   only:

+ 1 - 0
appveyor.yml

@@ -29,3 +29,4 @@ environment:
   matrix:
     - go: 1.10.x
     - go: 1.11.x
+    - go: 1.12.x