oops, missed some --

This commit is contained in:
Josh Kalderimis 2014-11-07 17:05:24 +13:00
parent 19b36dea43
commit e1eea7e73d

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 --retry=3 jobs=3
bundler_args: --without development --deployment --retry=3 --jobs=3
script: 'bundle exec rspec && bundle exec rake plugin:spec && bundle exec rake qunit:test'