Skip to content

Commit

Permalink
Tell Travis to update Bundler (temporarily)
Browse files Browse the repository at this point in the history
We need Bundler 1.7.11+ to support Ruby 2.2 platform:
rubygems/bundler#3309
rubygems/bundler#3328

Signed-off-by: Alex Coles <[email protected]>
  • Loading branch information
myabc committed Jan 26, 2015
1 parent 5fd109c commit e0298f7
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 @@ -73,6 +73,7 @@ matrix:
env: "TEST_SUITE=protractor"

before_install:
- gem update bundler
- "echo `firefox -v`"
- "export DISPLAY=:99.0"
- "/sbin/start-stop-daemon --start -v --pidfile ./tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1920x1080x16"
Expand Down

0 comments on commit e0298f7

Please sign in to comment.