Skip to content

Commit 7163c1a

Browse files
committed
- [!] fix .travis.yml
1 parent e7e59b4 commit 7163c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ install:
1010
script:
1111
- go get -t -v ./...
1212
- go build -v
13-
- go test -t -v ./...
13+
- go test -v ./...
1414

1515
after_success:
1616
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash

0 commit comments

Comments
 (0)