fixes to make travis run?

This commit is contained in:
Maxwell Salzberg 2012-03-13 19:30:19 -07:00
parent b8b6557379
commit af6b06ed9b
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,6 @@ env:
- DB=mysql BUILD_TYPE=cucumber
before_install:
- gem install bundler
- "./script/ci/before_install.sh"
bundler_args: "--without development production heroku"

View file

@ -5,4 +5,5 @@ if [ "$(gem --version)" != "1.8.15" ]; then
echo "RubyGems version is $(gem --version). Changing..."
rvm rubygems 1.8.15
echo "Changed RubyGems version to $(gem --version)."
fi
fi
gem install bundler