We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35d0ad commit f0e8e8eCopy full SHA for f0e8e8e
.travis.yml
@@ -38,6 +38,8 @@ matrix:
38
include:
39
- rvm: jruby-1.7
40
env: JRUBY_OPTS='--dev --1.8'
41
+ - rvm: 2.7.1
42
+ env: DIFF_LCS_VERSION="~> 1.3.0"
43
allow_failures:
44
- rvm: jruby-head
45
- rvm: ruby-head
Gemfile
@@ -20,6 +20,12 @@ else
20
gem 'rake', '> 12.3.2'
21
end
22
23
+if ENV['DIFF_LCS_VERSION']
24
+ gem 'diff-lcs', ENV['DIFF_LCS_VERSION']
25
+else
26
+ gem 'diff-lcs', '~> 1.4', '>= 1.4.3'
27
+end
28
+
29
gem 'yard', '~> 0.9.24', :require => false
30
31
### deps for rdoc.info
0 commit comments