From 8b584bd764697b13e87a65f37795d4e015ff05a6 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sat, 24 Dec 2016 10:39:02 -0500 Subject: [PATCH] Don't try and update rails-observers Was removed from Discourse via c531f4ded5604fe0335284f12149322c16931cb7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f46f1ebca..9e6584e65d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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']"