summary refs log tree commit
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-06-20 14:21:27 +0200
committerFlorian Frank <flori@ping.de>2011-06-20 14:21:27 +0200
commitb8f2b87f121a386853c6198e4984ed61d210715f (patch)
treea9bd0ff43b6a1e6e924582166abbffb49bce7cfd
parent54913e4cb45ccac2e259476475db8c8beabd6ea2 (diff)
downloadruby-json-b8f2b87f121a386853c6198e4984ed61d210715f.tar.gz
Include travis-ci icon
-rw-r--r--.travis.yml6
-rw-r--r--README.rdoc2
2 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 19d5acf..367d35a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,9 +13,3 @@ rvm:
   - 1.8.6
 
 script: "bundle exec rake test"
-
-# Specify the recipients for email notification
-notifications:
-  disabled: false
-  recipients:
-    - flori@ping.de
diff --git a/README.rdoc b/README.rdoc
index 22249ba..072b43d 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,3 +1,5 @@
+= JSON implementation for Ruby http://travis-ci.org/flori/json.png
+
 == Description
 
 This is a implementation of the JSON specification according to RFC 4627