Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / crop / .travis-phpcs.sh
1 #!/bin/bash
2
3 set -e $DRUPAL_TI_DEBUG
4
5 # Ensure the right Drupal version is installed.
6 # Note: This function is re-entrant.
7 drupal_ti_ensure_drupal
8
9 phpcs --report=full --standard=Drupal "$DRUPAL_TI_DRUPAL_DIR/modules/$DRUPAL_TI_MODULE_NAME" || true