diff options
author | Robin Krahl <github@ireas.org> | 2015-06-27 15:43:28 +0200 |
---|---|---|
committer | Robin Krahl <github@ireas.org> | 2015-06-27 15:43:28 +0200 |
commit | b4daf63e961b1c91ab25dd822d583f7c3783c079 (patch) | |
tree | 9bc49297c4fa753e0dad37454e21f66f20bd97c9 | |
parent | 49049b94c4c054d3d46d11f469edb6031c944c3b (diff) | |
download | LrMediaWiki-b4daf63e961b1c91ab25dd822d583f7c3783c079.tar.gz LrMediaWiki-b4daf63e961b1c91ab25dd822d583f7c3783c079.tar.bz2 |
Use Lua 5.1 for Travis CI.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5468f9a..c730b8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: c install: - - sudo apt-get install lua5.2 luarocks + - sudo apt-get install lua5.1 luarocks - sudo luarocks install luacheck script: |