fix mysql2 gem missing on travis

pull/6827/head
Markus Kahl 8 years ago
parent 6519592c67
commit 0d079dd7a8
  1. 3
      .travis.yml

@ -92,6 +92,9 @@ before_install:
# End of custom plugin instructions.
- "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