Skip to content

Commit

Permalink
[ticket/15115] Fix test paths
Browse files Browse the repository at this point in the history
PHPBB3-15115
  • Loading branch information
hanakin committed Mar 25, 2017
1 parent 3173b46 commit 1f22423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/check-stylesheet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ then
npm install -g > /dev/null
npm install > /dev/null
set -x
stylelint --config ../.stylelintrc "phpBB/styles/prosilver/theme/*.css"
stylelint "phpBB/styles/prosilver/theme/*.css"
# Disable admin stylelint for now
# stylelint --config ../.stylelintrc "phpBB/adm/style/*.css"
# stylelint "phpBB/adm/style/*.css"
fi

0 comments on commit 1f22423

Please sign in to comment.