Explorar el Código

Update travis

tags/v1.0.7^2
9seconds hace 5 años
padre
commit
bfeded67ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -5,6 +5,7 @@ sudo: false
5 5
 dist: trusty
6 6
 
7 7
 go:
8
+  - 1.15.x
8 9
   - 1.14.x
9 10
   - 1.13.x
10 11
   - master
@@ -18,4 +19,3 @@ script:
18 19
 matrix:
19 20
   allow_failures:
20 21
     - go: master
21
-    - go: 1.14.x  # because of golangci-lint

Loading…
Cancelar
Guardar