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:
commit
0014e413b0
2 changed files with 2 additions and 1 deletions
1
.travis.yml
Normal file
1
.travis.yml
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
language: clojure
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Specter
|
# Specter [](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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue