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;