Skip to content

Commit

Permalink
Merge pull request #57 from Islandora/use-islandora_ci
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
rosiel authored Nov 18, 2020
2 parents ebb2726 + 4906243 commit f08a373
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 @@ -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;
Expand Down

0 comments on commit f08a373

Please sign in to comment.