Merge pull request #4623 from maclover7/jm-rm-rails-observers

Don't try and update rails-observers
This commit is contained in:
Sam 2016-12-28 17:51:01 +11:00 committed by GitHub
commit 3cb0ad7858
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ before_script:
- bundle exec rake db:create db:migrate
install:
- bash -c "if [ '$RAILS_MASTER' == '1' ]; then bundle update --retry=3 --jobs=3 arel rails rails-observers seed-fu; fi"
- bash -c "if [ '$RAILS_MASTER' == '1' ]; then bundle update --retry=3 --jobs=3 arel rails seed-fu; fi"
- bash -c "if [ '$RAILS_MASTER' == '0' ]; then bundle install --without development --deployment --retry=3 --jobs=3; fi"
script: "bundle exec rspec && bundle exec rake plugin:spec && bundle exec rake qunit:test['200000']"