Browse Source

islandora where art thou?

pull/700/head
Daniel Lamb 8 years ago
parent
commit
0550f6cfae
  1. 2
      .travis.yml

2
.travis.yml

@ -45,7 +45,7 @@ before_script:
- mysql -e 'SET @@GLOBAL.wait_timeout=1200'
script:
- find sites/all/modules/islandora -type f \( -name '*.php' -o -name '*.inc' -o -name '*.module' -o -name '*.install' -o -name '*.test' \) -exec php -l {} \;
- find $TRAVIS_BUILD_DIR -type f \( -name '*.php' -o -name '*.inc' -o -name '*.module' -o -name '*.install' -o -name '*.test' \) -exec php -l {} \;
- $ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora
- drush coder-review --reviews=production,security,style,i18n,potx,sniffer islandora
- phpcpd --names *.module,*.inc,*.test sites/all/modules/islandora

Loading…
Cancel
Save