Travis: pin lua-term to 0.4-1 to fix the Lua 5.3 build
Ref: https://github.com/hoelzro/lua-term/issues/16 Ref: https://github.com/awesomeWM/awesome/pull/792#issuecomment-205123319 Closes: https://github.com/awesomeWM/awesome/pull/801
This commit is contained in:
parent
0cbab1320c
commit
ce3e6648ac
|
@ -66,6 +66,9 @@ install:
|
|||
- sudo apt-get install -y gir1.2-pango-1.0 libgirepository1.0-dev
|
||||
- travis_retry sudo luarocks install lgi $LGIVER
|
||||
|
||||
# Pin lua-term (https://github.com/hoelzro/lua-term/issues/16).
|
||||
- travis_retry sudo luarocks install lua-term 0.4-1
|
||||
|
||||
# Install busted for "make check-unit".
|
||||
- travis_retry sudo luarocks install busted
|
||||
# Install luacheck for "make luacheck".
|
||||
|
|
Loading…
Reference in New Issue