README.md in alexa_skills_ruby-0.0.6 vs README.md in alexa_skills_ruby-0.0.7
- old
+ new
@@ -1,7 +1,9 @@
# alexa-skills-ruby
Simple library to interface with the Alexa Skills Kit
+[![Build Status](https://travis-ci.org/DanElbert/alexa_skills_ruby.svg?branch=master)](https://travis-ci.org/DanElbert/alexa_skills_ruby)
+
The primary way to interact with this library is by extending the `AlexaSkillsRuby::Handler` class. Create a subclass and
register event handlers.
The following handlers are available:
\ No newline at end of file