Skip to content

Commit 452c639

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ env:
1111
os:
1212
- linux
1313
- osx
14-
branches:
15-
only:
16-
- master

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)