X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Finline_entity_form%2F.travis-before-script.sh;fp=web%2Fmodules%2Fcontrib%2Finline_entity_form%2F.travis-before-script.sh;h=3922bc43e9220cd275073dbcebdfdfd66c5c2136;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/inline_entity_form/.travis-before-script.sh b/web/modules/contrib/inline_entity_form/.travis-before-script.sh new file mode 100755 index 000000000..3922bc43e --- /dev/null +++ b/web/modules/contrib/inline_entity_form/.travis-before-script.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +set -e $DRUPAL_TI_DEBUG + +# Ensure the right Drupal version is installed. +# The first time this is run, it will install Drupal. +# Note: This function is re-entrant. +drupal_ti_ensure_drupal + +# Change to the Drupal directory +cd "$DRUPAL_TI_DRUPAL_DIR" + +# Download and apply core patches here, if needed.