diff --git a/.travis.yml b/.travis.yml index 54dc61055..4eba2f3a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ rvm: before_script: - ruby -e "system('rm Gemfile.lock') if RUBY_VERSION.include?('1.9')" + - ruby -e "system('bundle install') if RUBY_VERSION.include?('1.9')" - "sudo aptitude -q -y install firefox" - "sudo cp config/ci/xvfb /etc/init.d/xvfb" - "sh -e /etc/init.d/xvfb start"