dont install bunlder, travis now has the most recent version

This commit is contained in:
Maxwell Salzberg 2012-03-14 17:57:06 -07:00
parent 83f152803b
commit 94d2292587

View file

@ -6,6 +6,3 @@ if [ "$(gem --version)" != "1.8.15" ]; then
rvm rubygems 1.8.15
echo "Changed RubyGems version to $(gem --version)."
fi
gem uninstall bundler --all --ignore-dependencies --executables
gem install bundler --version '~> 1.0.0'