summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2019-01-26 21:54:14 -0500
committerAustin Ziegler <austin@zieglers.ca>2019-01-26 21:54:14 -0500
commit808f83a11a9e6ec45b7ef2b9c336f4b75b9d8368 (patch)
tree22352fab432adc06d291dddd393779fe524c971e /Rakefile
parent3b4d2be9c32041ebc2a567dcd6518c6fcf9908a8 (diff)
downloaddiff-lcs-808f83a11a9e6ec45b7ef2b9c336f4b75b9d8368.tar.gz
Make travis test the right things...
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 23ca760..ab244ac 100644
--- a/Rakefile
+++ b/Rakefile
@@ -30,10 +30,7 @@ spec = Hoe.spec 'diff-lcs' do
extra_dev_deps << ['rdoc', '>= 0']
end
-unless Rake::Task.task_defined? :test
- task :test => :spec
- Rake::Task['travis'].prerequisites.replace(%w(spec))
-end
+task :test => :spec
if RUBY_VERSION >= '2.0' && RUBY_ENGINE == 'ruby'
namespace :spec do