diff --git a/.travis.yml b/.travis.yml index 40dd9c3..74fb67e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,12 @@ branches: - /main/ before_install: - - export SCRIPT_DIR=$HOME/islandora/.scripts + - export SCRIPT_DIR=$HOME/islandora_ci - export DRUPAL_DIR=/opt/drupal - export COMPOSER_PATH="/home/travis/.phpenv/versions/$TRAVIS_PHP_VERSION/bin/composer" 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;