Skip to content

Commit

Permalink
#3 add travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarg authored Sep 21, 2017
1 parent 6db90d7 commit 5f30b6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# sane-dbc
[![Build](https://travis-ci.org/novarto-oss/sane-dbc.svg?branch=master)](https://travis-ci.org/novarto-oss/sane-dbc)

A sane approach to interacting with an RDBMS in Java

- [Intro](#intro)
Expand Down Expand Up @@ -940,4 +942,4 @@ trait DbInterpreter[F[_]] {
}
```

That is, for a fixed thing `F` which takes a type parameter, and a `DB<A>` being interpreted, return an `F<A>`.
That is, for a fixed thing `F` which takes a type parameter, and a `DB<A>` being interpreted, return an `F<A>`.

0 comments on commit 5f30b6b

Please sign in to comment.