fixes to make travis run?
This commit is contained in:
parent
b8b6557379
commit
af6b06ed9b
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue