Browse Source

Playing with phpcs options

pull/756/head
Danny Lamb 8 years ago
parent
commit
c6b2621160
  1. 2
      .travis.yml

2
.travis.yml

@ -27,7 +27,7 @@ install:
script: script:
- $ISLANDORA_DIR/tests/scripts/line_endings.sh . - $ISLANDORA_DIR/tests/scripts/line_endings.sh .
- php vendor/bin/phpcs --standard=Drupal *.module *.php --exclude=vendor . - php vendor/bin/phpcs --standard=Drupal --file-list=*.module,*.php --ignore=tests,vendor .
- php vendor/bin/phpcpd --names *.module,*.inc,*.test,*.php --exclude=vendor . - php vendor/bin/phpcpd --names *.module,*.inc,*.test,*.php --exclude=vendor .
notifications: notifications:

Loading…
Cancel
Save