From 1805aee7ba559327b6aa068d7662120f62d65c62 Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 10 Apr 2018 16:16:51 +0100 Subject: [PATCH] Removed lint-styles in appveyor It doesn't work in windows and should be addressed in another PR --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d469d985..0b100cc9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,4 +15,3 @@ build_script: - npm run build test_script: - npm run lint - - npm run lint-styles