Revert "Travis: pin lua-term to 0.4-1 to fix the Lua 5.3 build" (#1841)
This reverts commit ce3e6648ac
. lua-term
was fixed in the mean time, we just forgot to unpin it.
This commit is contained in:
parent
c5e830cd60
commit
26f150a66c
|
@ -81,9 +81,6 @@ 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 check-qa".
|
||||
|
|
Loading…
Reference in New Issue