Adding a Travis CI badge.

This commit is contained in:
Christopher Mark Gore 2015-09-26 11:39:48 -05:00
parent a8db31754d
commit 157cc70407

View file

@ -1,4 +1,4 @@
# Specter
# Specter [![Build Status](https://travis-ci.org/nathanmarz/specter.svg?branch=master)](http://travis-ci.org/nathanmarz/specter)
Most of Clojure programming involves creating, manipulating, and transforming immutable values. However, as soon as your values become more complicated than a simple map or list like a list of maps of maps transforming these data structures becomes extremely cumbersome.