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:
Uli Schlachter 2017-06-13 14:43:44 +02:00 committed by Daniel Hahler
parent c5e830cd60
commit 26f150a66c
1 changed files with 0 additions and 3 deletions

View File

@ -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".