From 0097a575ecadddb07e6f47775a62c5ac8219f2cb Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 7 Mar 2017 21:14:28 +0100 Subject: [PATCH] [ticket/14970] Also run stylelint against admin css PHPBB3-14970 --- travis/check-stylesheet.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/check-stylesheet.sh b/travis/check-stylesheet.sh index ce5ad87f79..a834833399 100755 --- a/travis/check-stylesheet.sh +++ b/travis/check-stylesheet.sh @@ -34,4 +34,6 @@ then npm install > /dev/null set -x stylelint --config ../.stylelintrc "styles/prosilver/theme/*.css" + # Disable admin stylelint for now + # stylelint --config ../.stylelintrc "adm/style/*.css" fi