Skip to content

Commit 432d595

Browse files
committed
Fix .travis.yml (Travis fails on 'golint')
1 parent f4ac397 commit 432d595

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
@@ -7,7 +7,7 @@ go:
77
- master
88

99
script:
10-
- make
10+
- go test -v
1111
- go test -race -coverprofile=coverage.txt -covermode=atomic .
1212

1313
after_success:

0 commit comments

Comments
 (0)