From c79c8dbe6e430636a5c943115bba6861709ccfec Mon Sep 17 00:00:00 2001 From: Syping Date: Wed, 24 Jul 2019 20:23:40 +0200 Subject: [PATCH] 1.7.0 release --- .travis/travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/travis.sh b/.travis/travis.sh index c1e5a71..94154d5 100755 --- a/.travis/travis.sh +++ b/.travis/travis.sh @@ -4,8 +4,8 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then brew install lua else - apt-get update -qq && \ - apt-get install -qq lua5.2 + sudo apt-get update -qq && \ + sudo apt-get install -qq lua5.2 fi # Check if build is not tagged