Browse Source

ci: add Go 1.12.x

unknwon 4 years ago
parent
commit
6b2465746a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -4,6 +4,7 @@ go:
   - 1.9.x
   - 1.10.x
   - 1.11.x
+  - 1.12.x
 
 before_install:
   - sudo apt-get update -qq