diff options
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | README.rdoc | 2 |
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 |