mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-23 13:51:09 -05:00
Add .travis.yml and build badge
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -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
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
# twitter\_ebooks 2.3.2
|
# twitter\_ebooks 2.3.2
|
||||||
|
|
||||||
[](http://badge.fury.io/rb/twitter_ebooks)
|
[](http://badge.fury.io/rb/twitter_ebooks)
|
||||||
|
[](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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user