From b369a15a58bb4b6151435fb61a8cfcf9ed61085a Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Fri, 16 Sep 2016 12:05:35 +0200 Subject: [PATCH] fix bundler on travis --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 93d28d4675..8cf635e54c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,7 +91,9 @@ before_install: - git checkout openproject/$TRAVIS_BRANCH # 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" @@ -112,4 +114,4 @@ script: addons: firefox: "45.0esr" - postgresql: "9.3" \ No newline at end of file + postgresql: "9.3"