Skip to content

Commit

Permalink
fixes to make travis run?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell committed Mar 14, 2012
1 parent b8b6557 commit af6b06e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion script/ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af6b06e

Please sign in to comment.