add travis badge

This commit is contained in:
Christophe Grand 2015-09-07 15:08:44 +02:00
parent 33d7c4043d
commit ebfc924616

View file

@ -2,6 +2,8 @@
More transducers and reducing functions for Clojure!
[![Build Status](https://travis-ci.org/cgrand/xforms.png?branch=master)](https://travis-ci.org/cgrand/xforms)
Transducers: `reduce`, `into`, `by-key`, `partition`, `pad` and `for`.
Reducing functions: `str`, `str!`, `avg`, `count`, `juxt`, `juxt-map`.