1.7.0 release
This commit is contained in:
parent
4e31d159fa
commit
c79c8dbe6e
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
|
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
|
||||||
brew install lua
|
brew install lua
|
||||||
else
|
else
|
||||||
apt-get update -qq && \
|
sudo apt-get update -qq && \
|
||||||
apt-get install -qq lua5.2
|
sudo apt-get install -qq lua5.2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check if build is not tagged
|
# Check if build is not tagged
|
||||||
|
|
Loading…
Reference in a new issue