Switching to production mode.
[yaffs-website] / web / modules / contrib / entity_browser / .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/$DRUPAL_TI_MODULES_PATH/$DRUPAL_TI_MODULE_NAME" || true