Skip to content

Commit

Permalink
Merge f5f57b3 into 0e2549c
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Aug 10, 2019
2 parents 0e2549c + f5f57b3 commit 1581a53
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ go:
- 1.11.x
- 1.12.x

before_install:
- go get -u github.com/mattn/goveralls

script:
- go vet ./...
- go test -v -cover ./...
- go test -v -cover ./...

after_success:
- goveralls -service travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit 1581a53

Please sign in to comment.