[DRE-commits] [ruby-rspec-instafail] 87/108: try to fix travis

Hideki Yamane henrich at moszumanska.debian.org
Sun Nov 15 18:36:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

henrich pushed a commit to branch debian/sid
in repository ruby-rspec-instafail.

commit 0176eab3e275f34379cb4b0c234b4e3006cc907a
Author: grosser <grosser.michael at gmail.com>
Date:   Tue Apr 9 09:24:52 2013 -0700

    try to fix travis
---
 Rakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Rakefile b/Rakefile
index fcdc4ef..3119ac0 100755
--- a/Rakefile
+++ b/Rakefile
@@ -3,7 +3,7 @@ require "bundler/gem_tasks"
 require "bump/tasks"
 
 task :default do
-  sh "cd spec/rspec_1 && (bundle check || bundle) > /dev/null"
-  sh "cd spec/rspec_2 && (bundle check || bundle) > /dev/null"
+  sh "cd spec/rspec_1 && (bundle check || bundle install) > /dev/null"
+  sh "cd spec/rspec_2 && (bundle check || bundle install) > /dev/null"
   sh "rspec spec/"
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec-instafail.git



More information about the Pkg-ruby-extras-commits mailing list