From 64f0ba758aad09c2d4c5465c6e00195ea02e7a9c Mon Sep 17 00:00:00 2001 From: dannylamb Date: Mon, 2 Nov 2020 10:53:30 -0400 Subject: [PATCH] Use islandora_ci for scripts --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc5a9fcf..a2852bf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,14 +23,14 @@ branches: - /master/ before_install: - - export SCRIPT_DIR=$HOME/islandora/.scripts + - export SCRIPT_DIR=$HOME/islandora_ci - export DRUPAL_DIR=/opt/drupal - export PHPUNIT_FILE=$TRAVIS_BUILD_DIR/phpunit.xml - export COMPOSER_PATH="/home/travis/.phpenv/versions/$TRAVIS_PHP_VERSION/bin/composer" - phpenv config-rm xdebug.ini install: - - git clone https://github.com/Islandora/documentation.git $HOME/islandora + - git clone https://github.com/Islandora/islandora_ci.git $HOME/islandora_ci - $SCRIPT_DIR/travis_setup_drupal.sh - git -C "$TRAVIS_BUILD_DIR" checkout -b travis-testing - cd $DRUPAL_DIR;