From c0ac4a1eaaad75ad23ea4aee551ca01cbb06b552 Mon Sep 17 00:00:00 2001 From: Jared Whiklo Date: Wed, 14 Oct 2020 13:26:09 -0500 Subject: [PATCH] Find the file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f1764a9b..22309235 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ branches: before_install: - export SCRIPT_DIR=$HOME/islandora/.scripts - export DRUPAL_DIR=/opt/drupal - - export CUSTOM_SCRIPT_DIR=$DRUPAL_DIR/web/modules/custom/islandora/.scripts + - export CUSTOM_SCRIPT_DIR=$TRAVIS_BUILD_DIR/.scripts - export COMPOSER_PATH="/home/travis/.phpenv/versions/$TRAVIS_PHP_VERSION/bin/composer" - phpenv config-rm xdebug.ini