From c3d8022ada08390f29c6528400acff971bcebd42 Mon Sep 17 00:00:00 2001 From: Jakob Ovrum Date: Sun, 23 Mar 2014 11:36:54 +0900 Subject: [PATCH] Apparently Ubuntu calls the LuaDoc package "luadoc", not "lua-doc" like Debian does --- .travis.yml | 4 ++-- README.markdown | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -------------