mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
fix: For some reason stylus test hangs on travis
This commit is contained in:
@@ -10,7 +10,7 @@ describe "My Vim plugin" do
|
||||
extensions = extensions.split(/[\n,]/)
|
||||
|
||||
extensions.each do |ext|
|
||||
unless ext.match(/stylus$/)
|
||||
unless ext.match(/styl(us)?$/)
|
||||
it "should parse #{ext} file" do
|
||||
write_file "#{ext}", ""
|
||||
vim.edit "#{ext}"
|
||||
|
||||
Reference in New Issue
Block a user