summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2020-06-22 23:20:27 -0400
committerAustin Ziegler <austin@zieglers.ca>2020-06-22 23:40:37 -0400
commitc93cafb490844f44fd183e974817a4efb8e3066d (patch)
tree35a679952ea38a2e5499b5da390b047f3cd3718d /Rakefile
parentfbbe93f99c749bdd1b955483b9d1225658563ec8 (diff)
downloaddiff-lcs-c93cafb490844f44fd183e974817a4efb8e3066d.tar.gz
Finalize 1.4 release
- Use GitHub Actions - Exclude windows code from non-windows tests - Exclude unsupported windows tests and allow windows failures for now because of line-ending differences - Remove Travis configuration
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index f712d45..e6bbf86 100644
--- a/Rakefile
+++ b/Rakefile
@@ -48,6 +48,4 @@ if RUBY_VERSION >= '2.0' && RUBY_ENGINE == 'ruby'
Rake::Task['spec'].execute
end
end
-
- # Rake::Task['travis'].prerequisites.replace(%w(spec:coveralls))
end