Browse Source

FIX BUILD

tags/v1.1.3
Andrea Spacca 4 years ago
parent
commit
d09f4fdd81
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml View File

@@ -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 ./...


Loading…
Cancel
Save