Skip to content

Commit

Permalink
Travis-CI: Added '+slow' argument to test suite
Browse files Browse the repository at this point in the history
This runs two more tests (which don't actually seem to be slow...)
  • Loading branch information
lukego committed Mar 15, 2017
1 parent a717eb1 commit 9fedd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ script:
- make
- src/luajit -e 'for i = 1, 1000 do end'
- git submodule init submodules/raptorjit-testsuite
- (cd submodules/raptorjit-testsuite/test; ../../../src/luajit test.lua)
- (cd submodules/raptorjit-testsuite/test; ../../../src/luajit test.lua +slow)

0 comments on commit 9fedd59

Please sign in to comment.