Skip to content

Commit 88faec0

Browse files
committed
coverage integration
1 parent 6c300fa commit 88faec0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ go:
44
- 1.x
55
- tip
66

7-
before_install:
7+
install:
8+
- go get -u github.com/dave/courtney
89
- go get -t -v ./...
910

11+
script:
12+
- courtney -e
13+
1014
after_success:
1115
- bash <(curl -s https://codecov.io/bash)
12-

0 commit comments

Comments
 (0)