From 7cbbfdf1814c7093e64532f81442270a400ea7d0 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 6 Apr 2016 01:48:30 +0200 Subject: [PATCH] Travis: move luarocks install into single block --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7b9b30ed1..c0162136c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,13 +57,14 @@ install: fi # Install luarocks (for the selected Lua version). - - travis_retry wget https://keplerproject.github.io/luarocks/releases/luarocks-2.3.0.tar.gz - - tar xf luarocks-2.3.0.tar.gz - - cd luarocks-2.3.0 - - ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS} - - make build - - sudo make install - - cd .. + - | + travis_retry wget https://keplerproject.github.io/luarocks/releases/luarocks-2.3.0.tar.gz + tar xf luarocks-2.3.0.tar.gz + cd luarocks-2.3.0 + ./configure --lua-version=$LUA --with-lua-include=${LUAINCLUDE} ${LUAROCKS_ARGS} + make build + sudo make install + cd .. # lgi. - sudo apt-get install -y gir1.2-pango-1.0 libgirepository1.0-dev