Skip to content

Commit

Permalink
Not check minified CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj committed Aug 22, 2018
1 parent 105dc90 commit 37daed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:

script:
- $SCRIPT_DIR/line_endings.sh $TRAVIS_BUILD_DIR
- phpcs --standard=Drupal --ignore=*.md --extensions=php,module,inc,install,test,profile,theme,css,info $TRAVIS_BUILD_DIR
- phpcs --standard=Drupal --ignore='*.md,*-min.css' --extensions=php,module,inc,install,test,profile,theme,css,info $TRAVIS_BUILD_DIR
- phpcpd --names *.module,*.inc,*.test,*.php $TRAVIS_BUILD_DIR

notifications:
Expand Down

0 comments on commit 37daed4

Please sign in to comment.