docs: fix/adjust discount formatting (#138)

Previously ldoc would display:

> format: using built-in markdown

Ref: https://github.com/awesomeWM/awesome/issues/2700
This commit is contained in:
Daniel Hahler 2019-02-26 11:11:14 +01:00 committed by GitHub
parent 10f8972dbd
commit b717e80214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,7 @@ addons:
- xutils-dev
# Dependencies for lgi
- libgirepository1.0-dev
- lua-discount
# Clone the awesomeWM.github.io repo before building, because we need the
# working copy to be there for updating already.
@ -71,7 +72,6 @@ install:
# xcb-util-xrm is not available in Ubuntu Ancient
- (cd /tmp && git clone --recursive https://github.com/Airblader/xcb-util-xrm.git && cd xcb-util-xrm && ./autogen.sh --prefix=$HOME/install && make && make install)
# ldoc is not available in Ubuntu Ancient
- travis_retry luarocks --local install ldoc
- luarocks path --bin
- eval `luarocks path --bin`