Skip to content

Commit

Permalink
Maybe fix budler for Travis build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed May 6, 2020
1 parent 4998d8c commit 11e5f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ before_install:
- cp config/settings/local.dst config/settings/local.py
- mkdir logs
- touch logs/debug.log
- gem install bundler -v 1.17.3
- gem update --system
- gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
- bundle install
- sudo /etc/init.d/postgresql stop
- wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key
Expand Down

0 comments on commit 11e5f64

Please sign in to comment.