1.7.0 release

This commit is contained in:
Syping 2019-07-24 20:23:40 +02:00
parent 4e31d159fa
commit c79c8dbe6e
1 changed files with 2 additions and 2 deletions

View File

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