diff --git a/.travis.yml b/.travis.yml index 27eb83a..50c956e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,6 @@ before_install: - ./.luarocks/bin/luarocks install sha1 - ./.luarocks/bin/luarocks install lpeg - cd $CURDIR - - ls - - pwd script: diff --git a/README.md b/README.md index 7cc94bb..d9128d9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Brawlbot v2 +[![Build Status](https://travis-ci.org/Brawl345/Brawlbot-v2.svg?branch=master)](https://travis-ci.org/Brawl345/Brawlbot-v2) + The plugin-wielding, multipurpose Telegram bot. [Public Bot](http://telegram.me/mokubot) | [Official Channel](http://telegram.me/otouto) | [Development Group](http://telegram.me/BotDevelopment) diff --git a/otouto-dev-1.rockspec b/otouto-dev-1.rockspec deleted file mode 100644 index 86acac1..0000000 --- a/otouto-dev-1.rockspec +++ /dev/null @@ -1,22 +0,0 @@ -package = 'otouto' -version = 'dev-1' - -source = { - url = 'git://github.com/topkecleon/otouto.git' -} - -description = { - summary = 'The plugin-wielding, multipurpose Telegram bot!', - detailed = 'A plugin-wielding, multipurpose bot for the Telegram API.', - homepage = 'http://otou.to', - maintainer = 'Drew ', - license = 'GPL-2' -} - -dependencies = { - 'lua >= 5.2', - 'LuaSocket ~> 3.0', - 'LuaSec ~> 0.6', - 'dkjson ~> 2.5', - 'LPeg ~> 1.0' -}