Skip to content

Commit

Permalink
Fixed verify task
Browse files Browse the repository at this point in the history
  • Loading branch information
drrb committed Feb 13, 2014
1 parent d4b1925 commit 573d5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RSpec::Core::RakeTask.new(:spec)
task :default => [:spec, :features, 'coveralls:push']

task :verify do
system "rvm all do rake"
system "rvm all do bundle exec rake" or fail "Some tests failed"
end

task 'push-release' => ['check-license', :verify] do
Expand Down

0 comments on commit 573d5d6

Please sign in to comment.