Skip to content

Commit 8c396e9

Browse files
committed
Fix go test error
1 parent 7c1717a commit 8c396e9

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
@@ -12,7 +12,7 @@ before_install:
1212
- go get -t ./...
1313

1414
script:
15-
- go test -v -race -coverprofile=coverage.txt ./...
15+
- go test -v -race -coverprofile=coverage.txt .
1616
- go tool vet .
1717

1818
after_success:

0 commit comments

Comments
 (0)