Skip to content

Commit ec8c94d

Browse files
author
Oleg Sklyar
committed
Fixes to travis
1 parent 218932c commit ec8c94d

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
@@ -9,7 +9,7 @@ before_install:
99
- pip install --user codecov
1010

1111
script:
12-
- go test -coverprofile=coverage.txt -covermode=atomic .
12+
- go test -coverprofile=coverage.txt -covermode=atomic ./...
1313

1414
after_success:
1515
- codecov

0 commit comments

Comments
 (0)