Explorar el Código

.travis.yml add go1.15 and remove go1.13

fatedier hace 4 años
padre
commit
191da54980
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,8 +2,8 @@ sudo: false
 language: go
 
 go:
-    - 1.13.x
     - 1.14.x
+    - 1.15.x
 
 install:
     - make