Browse Source

ISSUE-223

tags/v1.1.0
Andrea Spacca 5 years ago
parent
commit
415d23393d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

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

Loading…
Cancel
Save