Skip to content

Commit

Permalink
add code coverage for travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andizzle committed Oct 31, 2017
1 parent cfd8072 commit d4f1550
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
language: go
sudo: false
go:
- tip
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Database wrapper that manage read write connections

## install
## Install

```
go get github.com/andizzle/rwdb
Expand Down

0 comments on commit d4f1550

Please sign in to comment.