We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e59b4 commit 7163c1aCopy full SHA for 7163c1a
.travis.yml
@@ -10,7 +10,7 @@ install:
10
script:
11
- go get -t -v ./...
12
- go build -v
13
- - go test -t -v ./...
+ - go test -v ./...
14
15
after_success:
16
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
0 commit comments