From 8da021e19305e1478f945f4e2fc62fdaafaa8c95 Mon Sep 17 00:00:00 2001 From: Jaiden Mispy <^_^@mispy.me> Date: Sat, 15 Nov 2014 04:02:05 +1100 Subject: [PATCH] Add .travis.yml and build badge --- .travis.yml | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..57c2b52 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: ruby +cache: bundler +rvm: + - 1.9.3 + - 2.1.4 +bundler_args: -j4 --without development production --quiet +script: + - bundle exec rspec spec +notifications: + email: + - ebooks@mispy.me diff --git a/README.md b/README.md index 67d86d8..9fcdf40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # twitter\_ebooks 2.3.2 [![Gem Version](https://badge.fury.io/rb/twitter_ebooks.svg)](http://badge.fury.io/rb/twitter_ebooks) +[![Build Status](https://travis-ci.org/mispy/twitter_ebooks.svg)](https://travis-ci.org/mispy/twitter_ebooks) Rewrite of my twitter\_ebooks code. While the original was solely a tweeting Markov generator, this framework helps you build any kind of interactive twitterbot which responds to mentions/DMs. See [ebooks\_example](https://github.com/mispy/ebooks_example) for an example of a full bot.