mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:13:39 +08:00
Don't try and update rails-observers
Was removed from Discourse via c531f4ded5
.
This commit is contained in:
parent
27e348c6b4
commit
8b584bd764
|
@ -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']"
|
||||
|
|
Loading…
Reference in New Issue
Block a user