Explorar el Código

FIX BUILD

tags/v1.1.3
Andrea Spacca hace 4 años
padre
commit
d09f4fdd81
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml Ver fichero

@@ -18,7 +18,9 @@ env:
- GO111MODULE=on

install:
- echo "This is an override of the default install deps step in travis."
- go get -t -u -v ./...
- go build -v .
- go vet ./...

script:
- go test ./...


Cargando…
Cancelar
Guardar