Skip to content

Commit

Permalink
Merge pull request snabbco#27 from lukego/testsuite-plusslow
Browse files Browse the repository at this point in the history
Travis-CI: Added '+slow' argument to test suite
  • Loading branch information
lukego authored Mar 15, 2017
2 parents 03875be + 1c74123 commit 631e214
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:
- nix-build
- result/bin/raptorjit -e 'for i = 1, 1000 do end'
- git submodule init submodules/raptorjit-testsuite
- (cd submodules/raptorjit-testsuite/test; ../../../result/bin/raptorjit test.lua)
- (cd submodules/raptorjit-testsuite/test; ../../../result/bin/raptorjit test.lua +slow)

0 comments on commit 631e214

Please sign in to comment.