Skip to content

Commit

Permalink
Update Travis-CI to use raptorjit-testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Mar 14, 2017
1 parent d5b9354 commit bfe7ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +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))
- git submodule init submodules/raptorjit-testsuite
- (cd submodules/raptorjit-testsuite/test; ../../../src/luajit test.lua)

0 comments on commit bfe7ddc

Please sign in to comment.