aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <epedroni@users.noreply.github.com>2015-08-29 18:32:20 +0200
committerEduardo Pedroni <epedroni@users.noreply.github.com>2015-08-29 18:32:20 +0200
commite387df19d14338b91c3e54de8a7593b852b1000c (patch)
tree4e95f546a36f0cc4db50d5f3a4aa4ce4c6d0082b
parent262e5c8fb03dff7546c8b47ead571ec71b468e88 (diff)
Update README.md
Added travis build status
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3318fd2..8cc41eb 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# cardbase
+[![Build Status](https://travis-ci.org/epedroni/cardbase.svg)](https://travis-ci.org/epedroni/cardbase)
+
The primary purpose of cardbase is to create a digital representation of your own MTG collection. A cardbase file (.cb) is simply a JSON file containing a list of card objects and associated unique keys. The card data structure used is derived from that used in [MTG JSON](http://mtgjson.com/), and in fact that is where most of the data comes from right now.
## Command Line Interface (CLI) - cardbasecli