Skip to content

Commit

Permalink
update .travis.yml to stop deleting cache (publiclab#8323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored and nadimakhtar97 committed Sep 21, 2020
1 parent 1c0b547 commit 8525b78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8525b78

Please sign in to comment.