faster and more stable bundle installing

This commit is contained in:
Josh Kalderimis 2014-11-07 17:03:16 +13:00
parent 067f552cd5
commit 19b36dea43

View File

@ -24,6 +24,6 @@ before_script:
- psql -c 'create database discourse_test;' -U postgres
- bundle exec rake db:migrate
bundler_args: --without development --deployment
bundler_args: --without development --deployment --retry=3 jobs=3
script: 'bundle exec rspec && bundle exec rake plugin:spec && bundle exec rake qunit:test'