diff options
author | hanakin <midaym@gmail.com> | 2017-03-19 12:32:48 -0400 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2017-03-24 20:01:09 -0400 |
commit | 3b67065d8962c51e5f797aa884e9fd2af5b55fc9 (patch) | |
tree | 69e05850249221f633372d12be2eda0a7746d266 /travis | |
parent | [ticket/15115] Fix print.css errors (diff) | |
download | phpbb-3b67065d8962c51e5f797aa884e9fd2af5b55fc9.tar.gz phpbb-3b67065d8962c51e5f797aa884e9fd2af5b55fc9.tar.bz2 phpbb-3b67065d8962c51e5f797aa884e9fd2af5b55fc9.zip |
[ticket/15115] Update tests to run on proprer dir
PHPBB3-15115
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/check-stylesheet.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/travis/check-stylesheet.sh b/travis/check-stylesheet.sh index a834833399..83bafaa03a 100755 --- a/travis/check-stylesheet.sh +++ b/travis/check-stylesheet.sh @@ -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 |