Force bundler version for travis

pull/4865/head
Oliver Günther 8 years ago
parent a23e104d6b
commit 9384b00b31
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 3
      .travis.yml

@ -81,6 +81,9 @@ env:
- "TEST_SUITE=rspec DB=postgres GROUP_SIZE=6 GROUP=6"
before_install:
- "rvm @default,@global do gem uninstall bundler -a -x"
- gem install bundler -v 1.12.5
- echo `bundle -v`
- "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"

Loading…
Cancel
Save