mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-08 17:10:28 +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:
|
||||
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
|
||||
|
@ -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
|
||||
-------------
|
||||
|
Loading…
Reference in New Issue
Block a user