Skip to content

Commit 1718b5d

Browse files
committed
Remove exclusion after correction of some languages'markdown
Hopefully, this will be checked on a pull request basis once Travis will start to take care of it.
1 parent 0f29edd commit 1718b5d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Rakefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,8 @@ namespace :ci do
169169
langs = [$lang]
170170
else
171171
excluded_langs = [
172-
'ar',
173-
'ca',
174-
'es',
175-
'nl',
176-
'tr',
177-
'pt-br',
178-
'zh-tw']
172+
'ca'
173+
]
179174
excluded_langs.each do |lang|
180175
puts "excluding #{lang}: known to fail"
181176
end

0 commit comments

Comments
 (0)