Apparently Ubuntu calls the LuaDoc package "luadoc", not "lua-doc" like Debian does

This commit is contained in:
Jakob Ovrum 2014-03-23 11:36:54 +09:00
parent a5f0367cd0
commit c3d8022ada
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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
-------------