Download Lua insecurely

Travis doesn't like the HTTPS URL:
https://travis-ci.org/lethosor/dfhack/builds/245829296
develop
lethosor 2017-06-22 11:13:22 -04:00
parent 1de290b38c
commit 808835f149
2 changed files with 6 additions and 6 deletions

@ -41,8 +41,8 @@ script:
- make -j3
notifications:
email: false
irc:
channels:
- "chat.freenode.net#dfhack"
on_success: change
on_failure: always
# irc:
# channels:
# - "chat.freenode.net#dfhack"
# on_success: change
# on_failure: always

@ -2,7 +2,7 @@
set -e
LUA_URL="https://www.lua.org/ftp/lua-5.3.3.tar.gz"
LUA_URL="http://www.lua.org/ftp/lua-5.3.3.tar.gz"
LUA_TAR=$(basename "$LUA_URL")
LUA_DIR="${LUA_TAR%.tar.*}"
LUA_SHA1="a0341bc3d1415b814cc738b2ec01ae56045d64ef"