Explorar el Código

Remove go versions in CI with no strings.Builder

tags/v0.1.2
Ian Coleman hace 3 años
padre
commit
5e0ad22508
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. +4
    -3
      .travis.yml

+ 4
- 3
.travis.yml Ver fichero

@@ -1,9 +1,10 @@
sudo: false
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- master

Cargando…
Cancelar
Guardar