Merge pull request #25 from cgore/travis-ci

Adding config and a badge for travis-ci.org to do CI.
This commit is contained in:
Nathan Marz 2016-04-21 10:49:39 -04:00
commit 0014e413b0
2 changed files with 2 additions and 1 deletions

1
.travis.yml Normal file
View file

@ -0,0 +1 @@
language: clojure

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.