Skip to content

Commit

Permalink
Pin bundler to 1.16.2 for travis run
Browse files Browse the repository at this point in the history
1.16.3 (and apparently 1.16.4 - the latest) seem to be suffering rubygems/bundler#6629
  • Loading branch information
thehenster committed Aug 23, 2018
1 parent 3dc26fd commit 0fa0730
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ branches:
- "/^prototypes\\/.*$/"
addons:
postgresql: 9.4
before_script:
before_install:
- gem update --system
- gem update bundler
- "./bin/rake db:setup RAILS_ENV=test"
- gem install bundler -v=1.16.2
before_script:
- npm install
- bundle exec rake db:setup RAILS_ENV=test

0 comments on commit 0fa0730

Please sign in to comment.