Skip to content

Commit ebec94b

Browse files
committed
updated travis ci
1 parent 5d31725 commit ebec94b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ go:
1414
services:
1515
- redis-server
1616

17-
script:
18-
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
17+
before_install:
18+
- go get github.com/mattn/goveralls
1919

20-
after_success:
21-
- bash <(curl -s https://codecov.io/bash)
20+
script:
21+
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)