diff --git a/.travis.yml b/.travis.yml index ee448d9..f072070 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: d +language: lua notifications: email: false @@ -9,7 +9,7 @@ env: install: - sudo apt-get -y update - - sudo apt-get -y install lua5.1 lua-doc + - sudo apt-get -y install lua5.1 luadoc script: - ./push-luadoc.sh diff --git a/README.markdown b/README.markdown index d7c7714..8cff1d2 100644 --- a/README.markdown +++ b/README.markdown @@ -1,7 +1,8 @@ +[![Build Status](https://travis-ci.org/JakobOvrum/LuaIRC.svg?branch=master)](https://travis-ci.org/JakobOvrum/LuaIRC) LuaIRC ============ -IRC library for Lua. +IRC client library for Lua. Dependencies -------------