(maint) Set Travis CI to run two spec runner processes.

Setting Travis CI to use two concurrent processes for running specs.
This should hopefully speed up running specs for pull request CI.
This commit is contained in:
Peter Huene 2014-06-25 21:30:34 -07:00
Родитель 47425cba68
Коммит ca5d442fde
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,6 @@
language: ruby
bundler_args: --without development
script: "bundle exec rake \"parallel:spec[1]\""
script: "bundle exec rake \"parallel:spec[2]\""
notifications:
email: false
rvm: