From 527b6f93b5a9a1a116a6c9ddc8a67fc19ae2fb03 Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Tue, 18 Aug 2020 14:43:15 -0400 Subject: [PATCH] update .travis.yml to stop deleting cache (#8323) after https://github.com/publiclab/plots2/pull/8322/ --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 642d424034..8a54601b49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,6 @@ install: - cp config/database.yml.example config/database.yml - cp db/schema.rb.example db/schema.rb - bundle config set path 'vendor/.bundle/' - - rm -rf vendor/.bundle/ - bundle install - gem list - if [ $RAILS_ENV != 'production' ]; then