Explorar el Código

ISSUE-223

tags/v1.1.0
Andrea Spacca hace 5 años
padre
commit
415d23393d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Ver fichero

@@ -17,5 +17,5 @@ install:
script:
- go get -u -v ./...
- go build -v .
- go vet $(go list ./...)
- go test $(go list ./...)
- go vet ./...
- go test ./...

Cargando…
Cancelar
Guardar