Browse Source

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

wenzuochao 6 years ago
parent
commit
4ce9f58813
2 changed files with 2 additions and 0 deletions
  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