Skip to content

Commit 8c24528

Browse files
committed
Enable codecov
1 parent b347d7c commit 8c24528

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: go
2+
sudo: false
23
go:
4+
- 1.13.x
35
- tip
6+
47
before_install:
5-
- go get github.com/mattn/goveralls
6-
- go get golang.org/x/tools/cmd/cover
8+
- go get -t -v ./...
9+
710
script:
8-
- go generate
9-
- git diff --cached --exit-code
10-
- $HOME/gopath/bin/goveralls -repotoken lAKAWPzcGsD3A8yBX3BGGtRUdJ6CaGERL
11+
- ./go.test.sh
12+
13+
after_success:
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)