Remove Gemfile.lock before each bundle install
This commit is contained in:
parent
546401cbec
commit
bbf396be42
1 changed files with 3 additions and 2 deletions
5
ci.sh
5
ci.sh
|
|
@ -4,6 +4,7 @@ echo "**************************************************************************
|
|||
echo "* ruby 1.8.7-p249 build *" &&
|
||||
echo "*************************************************************************************************" &&
|
||||
echo "" &&
|
||||
rm Gemfile.lock &&
|
||||
source /usr/local/rvm/scripts/rvm &&
|
||||
rvm use ruby-1.8.7-p249 &&
|
||||
bundle install &&
|
||||
|
|
@ -13,8 +14,8 @@ echo "**************************************************************************
|
|||
echo "* ruby 1.9.2-p0 build *" &&
|
||||
echo "*************************************************************************************************" &&
|
||||
echo "" &&
|
||||
rm Gemfile.lock &&
|
||||
source /usr/local/rvm/scripts/rvm &&
|
||||
rvm use ruby-1.9.2-p0 &&
|
||||
bundle install &&
|
||||
bundle exec rake ci &&
|
||||
rm Gemfile.lock
|
||||
bundle exec rake ci
|
||||
|
|
|
|||
Loading…
Reference in a new issue