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