mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -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 = extensions.split(/[\n,]/)
|
||||||
|
|
||||||
extensions.each do |ext|
|
extensions.each do |ext|
|
||||||
unless ext.match(/stylus$/)
|
unless ext.match(/styl(us)?$/)
|
||||||
it "should parse #{ext} file" do
|
it "should parse #{ext} file" do
|
||||||
write_file "#{ext}", ""
|
write_file "#{ext}", ""
|
||||||
vim.edit "#{ext}"
|
vim.edit "#{ext}"
|
||||||
|
|||||||
Reference in New Issue
Block a user