Skip to content

Commit ce0f5e4

Browse files
committed
Update travis
1 parent caf0680 commit ce0f5e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
language: go
22
go:
33
- "1.10"
4+
install:
5+
- export PATH=$PATH:$GOPATH/bin
6+
- go get golang.org/x/tools/cmd/cover
7+
- go get github.com/mattn/goveralls
8+
script:
9+
- go test -v -covermode=count -coverprofile=coverage.out
10+
after_script:
11+
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 commit comments

Comments
 (0)