3922bc43e9220cd275073dbcebdfdfd66c5c2136
[yaffs-website] / .travis-before-script.sh
1 #!/bin/bash
2
3 set -e $DRUPAL_TI_DEBUG
4
5 # Ensure the right Drupal version is installed.
6 # The first time this is run, it will install Drupal.
7 # Note: This function is re-entrant.
8 drupal_ti_ensure_drupal
9
10 # Change to the Drupal directory
11 cd "$DRUPAL_TI_DRUPAL_DIR"
12
13 # Download and apply core patches here, if needed.