From fce14e9c337978be26df0f4d6f78e93424cb43bb Mon Sep 17 00:00:00 2001 From: Mark Cottman-Fields Date: Tue, 21 May 2013 10:06:24 +1000 Subject: [PATCH] Ensure bundler is up to date. modified: .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6388b32b..09f6836f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_install: - mp3splt -version - sox --version #- wvunpack --help # can't run this, coz it returns an non-zero exit code (WTF?) + - gem install bundler --no-ri --no-rdoc # just in case bundler needs to update - echo "Before install done." script: # - ls -la