Skip to content

Commit f08a373

Browse files
authored
Merge pull request #57 from Islandora/use-islandora_ci
Update .travis.yml
2 parents ebb2726 + 4906243 commit f08a373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ branches:
1818
- /main/
1919

2020
before_install:
21-
- export SCRIPT_DIR=$HOME/islandora/.scripts
21+
- export SCRIPT_DIR=$HOME/islandora_ci
2222
- export DRUPAL_DIR=/opt/drupal
2323
- export COMPOSER_PATH="/home/travis/.phpenv/versions/$TRAVIS_PHP_VERSION/bin/composer"
2424

2525
install:
26-
- git clone https://github.com/Islandora/documentation.git $HOME/islandora
26+
- git clone https://github.com/Islandora/islandora_ci.git $HOME/islandora_ci
2727
- $SCRIPT_DIR/travis_setup_drupal.sh
2828
- git -C "$TRAVIS_BUILD_DIR" checkout -b travis-testing
2929
- cd $DRUPAL_DIR;

0 commit comments

Comments
 (0)