Skip to content

Commit

Permalink
Disable luajit for now because it fails on functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebird75 committed Mar 25, 2015
1 parent ce64561 commit 2541731
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,9 @@ env:
- LUA=lua5.1
- LUA=lua5.2
- LUA=lua5.3
- LUA=luajit
# luajit fails on functional tests for complex reasons
# disabling it for now
# - LUA=luajit

before_install:
- bash .travis/setup_lua.sh
Expand Down

0 comments on commit 2541731

Please sign in to comment.