Skip to content
Extraits de code Groupes Projets
Valider 546401cb rédigé par Sarah Mei's avatar Sarah Mei
Parcourir les fichiers

Gemfile.lock is different in 1.9.2, so we need to remove it after running...

Gemfile.lock is different in 1.9.2, so we need to remove it after running specs so the next pull succeeds.
parent e3e76ec3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -4,10 +4,17 @@ echo "************************************************************************** ...@@ -4,10 +4,17 @@ echo "**************************************************************************
echo "* ruby 1.8.7-p249 build *" && echo "* ruby 1.8.7-p249 build *" &&
echo "*************************************************************************************************" && echo "*************************************************************************************************" &&
echo "" && echo "" &&
source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249 && bundle install && bundle exec rake ci && source /usr/local/rvm/scripts/rvm &&
rvm use ruby-1.8.7-p249 &&
bundle install &&
bundle exec rake ci &&
echo "" && echo "" &&
echo "*************************************************************************************************" && echo "*************************************************************************************************" &&
echo "* ruby 1.9.2-p0 build *" && echo "* ruby 1.9.2-p0 build *" &&
echo "*************************************************************************************************" && echo "*************************************************************************************************" &&
echo "" && echo "" &&
source /usr/local/rvm/scripts/rvm && rvm use ruby-1.9.2-p0 && bundle install && bundle exec rake ci source /usr/local/rvm/scripts/rvm &&
\ No newline at end of file rvm use ruby-1.9.2-p0 &&
bundle install &&
bundle exec rake ci &&
rm Gemfile.lock
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter