Skip to content

Commit

Permalink
Merge pull request #1 from whikloj/8.x-3.x-patch
Browse files Browse the repository at this point in the history
Not check minified CSS
  • Loading branch information
Favenzio authored Aug 22, 2018
2 parents 105dc90 + 37daed4 commit f91c75f
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 f91c75f

Please sign in to comment.