Skip to content

Commit

Permalink
Switch to lua5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cafehaine authored and seirl committed Mar 17, 2018
1 parent f1d9ae1 commit 566608a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/install.sh
Expand Up @@ -14,7 +14,7 @@ sudo apt-get install -qq -y \
gambc \
ghc-dynamic \
gnat-6 \
luajit \
lua5.2 \
mono-runtime mono-mcs \
nodejs \
ocaml-nox \
Expand Down
2 changes: 1 addition & 1 deletion camisole/languages/lua.py
Expand Up @@ -3,5 +3,5 @@

class Lua(Lang):
source_ext = '.lua'
interpreter = Program('luajit', version_opt='-v')
interpreter = Program('lua', version_opt='-v')
reference_source = r'print("42")'

0 comments on commit 566608a

Please sign in to comment.