From 26f150a66ceee852460d413e224cba130b83f0c9 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 13 Jun 2017 14:43:44 +0200 Subject: [PATCH] Revert "Travis: pin lua-term to 0.4-1 to fix the Lua 5.3 build" (#1841) This reverts commit ce3e6648ac014463bcafeef60049476836a4961a. lua-term was fixed in the mean time, we just forgot to unpin it. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f5f56c1..b508db11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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".