Rakefile in ideal-mollie-1.0.2 vs Rakefile in ideal-mollie-1.0.3
- old
+ new
@@ -1,10 +1,8 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new("spec")
-if ENV['TRAVIS_BUILD'].nil?
- require "yard"
- YARD::Rake::YardocTask.new do |t|
- t.options += ["--title", "Ideal-Mollie #{IdealMollie::VERSION} Documentation"]
- end
+require "yard"
+YARD::Rake::YardocTask.new do |t|
+ t.options += ["--title", "Ideal-Mollie #{IdealMollie::VERSION} Documentation"]
end