Skip to content

Commit 8198109

Browse files
committed
Removed code coverage from travis-ci, since travis-ci does not have RTM support
1 parent 373df5b commit 8198109

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ before_install:
1818
- cat /proc/cpuinfo|grep flags|uniq
1919
script:
2020
- go test -v ./...
21-
- go test -coverprofile=coverage.txt -covermode=atomic
22-
after_success:
23-
- bash <(curl -s https://codecov.io/bash)
21+
# - go test -coverprofile=coverage.txt -covermode=atomic
22+
#after_success:
23+
# - bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)