Parcourir la source

ci: add Go 1.12.x

unknwon il y a 5 ans
Parent
commit
6b2465746a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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