Skip to content

Commit 7f60c14

Browse files
committed
CI: added build badge in README.md
1 parent 4053c8c commit 7f60c14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Functional Lenses
22
=================
33

4+
[![Build Status](https://travis-ci.org/pdonadeo/ocaml-lens.svg?branch=master)](https://travis-ci.org/pdonadeo/ocaml-lens)
5+
46
This package provides some basic types and functions for using lenses in OCaml.
57
Functional lenses are based on F# implementation in [FSharpX](https://github.com/fsharp/fsharpx). See [src/FSharpx.Extras/Lens.fs](https://github.com/fsharp/fsharpx/blob/master/src/FSharpx.Extras/Lens.fs) for the original implementation. Written by Alessandro Strada.
68

0 commit comments

Comments
 (0)