We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebb2726 + 4906243 commit f08a373Copy full SHA for f08a373
.travis.yml
@@ -18,12 +18,12 @@ branches:
18
- /main/
19
20
before_install:
21
- - export SCRIPT_DIR=$HOME/islandora/.scripts
+ - export SCRIPT_DIR=$HOME/islandora_ci
22
- export DRUPAL_DIR=/opt/drupal
23
- export COMPOSER_PATH="/home/travis/.phpenv/versions/$TRAVIS_PHP_VERSION/bin/composer"
24
25
install:
26
- - git clone https://github.com/Islandora/documentation.git $HOME/islandora
+ - git clone https://github.com/Islandora/islandora_ci.git $HOME/islandora_ci
27
- $SCRIPT_DIR/travis_setup_drupal.sh
28
- git -C "$TRAVIS_BUILD_DIR" checkout -b travis-testing
29
- cd $DRUPAL_DIR;
0 commit comments