Merge pull request #54 from finnlabs/fix/bundler_on_travis

fix bundler on travis
pull/6827/head
Henriette Dinger 8 years ago committed by GitHub
commit 6645259136
  1. 6
      .travis.yml

@ -91,7 +91,9 @@ before_install:
- git checkout openproject/$TRAVIS_BRANCH - git checkout openproject/$TRAVIS_BRANCH
# End of custom plugin instructions. # 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`" - "echo `firefox -v`"
- "export DISPLAY=:99.0" - "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" - "/sbin/start-stop-daemon --start -v --pidfile ./tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1920x1080x16"
@ -112,4 +114,4 @@ script:
addons: addons:
firefox: "45.0esr" firefox: "45.0esr"
postgresql: "9.3" postgresql: "9.3"

Loading…
Cancel
Save