Skip to content

Commit

Permalink
Add LuaJIT test suite to Travis-CI
Browse files Browse the repository at this point in the history
Skip test 366 that is currently failing (also for LuaJIT v2.1) for the
moment.
  • Loading branch information
lukego committed Mar 13, 2017
1 parent 8796648 commit 09b2f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ sudo: false
script:
- make
- src/luajit -e 'for i = 1, 1000 do end'
- git submodule init submodules/luajit-test-cleanup
- (cd submodules/luajit-test-cleanup/test; ../../../src/luajit test.lua $(seq 1 508 | grep -v 366))

0 comments on commit 09b2f3e

Please sign in to comment.