Skip to content

Commit

Permalink
Update bundler to the last version before running TravisCI builds.
Browse files Browse the repository at this point in the history
This hopefully fixes a problem I'm currently having with bundler not being able to find certain gems:

  rubygems/bundler#2780
  • Loading branch information
amatriain committed Dec 29, 2013
1 parent c7d47a9 commit 1f583eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
before_install:
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 800x600x16"
- "gem install bundler"
before_script:
- "cp config/database.yml.ci config/database.yml"
- "cp config/initializers/secret_token.rb.ci config/initializers/secret_token.rb"
Expand Down

0 comments on commit 1f583eb

Please sign in to comment.