1.7.0 release

1.7.x 1.7.0
Syping 4 years ago
parent 4e31d159fa
commit c79c8dbe6e
  1. 4
      .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

Loading…
Cancel
Save