Use knapsack to parallelize tests
...in order to reduce TravisCI runtimes
This commit is contained in:
parent
03ef28e74d
commit
dd0a52cca9
8 changed files with 136 additions and 3 deletions
2
Rakefile
2
Rakefile
|
|
@ -5,3 +5,5 @@
|
|||
require File.expand_path('../config/application', __FILE__)
|
||||
|
||||
Osem::Application.load_tasks
|
||||
|
||||
Knapsack.load_tasks if defined?(Knapsack)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue