Skip to content

Commit

Permalink
Update .travis.yml (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Nov 18, 2020
1 parent d9222c0 commit 551f5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ branches:
- /^8.x/

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
Expand Down

0 comments on commit 551f5f4

Please sign in to comment.