mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-09 17:40:29 +01:00
Apparently Ubuntu calls the LuaDoc package "luadoc", not "lua-doc" like Debian does
This commit is contained in:
parent
a5f0367cd0
commit
c3d8022ada
@ -1,4 +1,4 @@
|
|||||||
language: d
|
language: lua
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
@ -9,7 +9,7 @@ env:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get -y update
|
- sudo apt-get -y update
|
||||||
- sudo apt-get -y install lua5.1 lua-doc
|
- sudo apt-get -y install lua5.1 luadoc
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./push-luadoc.sh
|
- ./push-luadoc.sh
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
[![Build Status](https://travis-ci.org/JakobOvrum/LuaIRC.svg?branch=master)](https://travis-ci.org/JakobOvrum/LuaIRC)
|
||||||
LuaIRC
|
LuaIRC
|
||||||
============
|
============
|
||||||
|
|
||||||
IRC library for Lua.
|
IRC client library for Lua.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
-------------
|
-------------
|
||||||
|
Loading…
Reference in New Issue
Block a user