mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15115] Update tests to run on proprer dir
PHPBB3-15115
This commit is contained in:
parent
8f25f40321
commit
3b67065d89
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@ NOTESTS=$1
|
|||
|
||||
if [ "$NOTESTS" == '1' ]
|
||||
then
|
||||
cd phpBB
|
||||
# Define a node version.
|
||||
TRAVIS_NODE_VERSION="4"
|
||||
|
||||
|
@ -33,7 +32,7 @@ then
|
|||
npm install -g > /dev/null
|
||||
npm install > /dev/null
|
||||
set -x
|
||||
stylelint --config ../.stylelintrc "styles/prosilver/theme/*.css"
|
||||
stylelint --config ../.stylelintrc "phpBB/styles/prosilver/theme/*.css"
|
||||
# Disable admin stylelint for now
|
||||
# stylelint --config ../.stylelintrc "adm/style/*.css"
|
||||
# stylelint --config ../.stylelintrc "phpBB/adm/style/*.css"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue