Permalink
Browse files
re-enable Fuubar on travis
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Rakefile
|
@@ -12,7 +12,7 @@ require 'rspec/core' |
|
|
|
require 'rspec/core/rake_task' |
|
|
|
RSpec::Core::RakeTask.new(:spec) do |spec| |
|
|
|
if ENV['TRAVIS'] |
|
|
|
spec.rspec_opts = %w{ --require spec_helper.rb --format progress --color } |
|
|
|
spec.rspec_opts = %w{ --require spec_helper.rb --format Fuubar --color } |
|
|
|
else |
|
|
|
spec.rspec_opts = %w{ --require spec_helper.rb --format Fuubar --color } |
|
|
|
end |
|
|
0 comments on commit
b8d844d