Browse Source

Looking for islandora

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

2
.travis.yml

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

Loading…
Cancel
Save