Skip to content

Commit

Permalink
Update .travis.yml (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannylamb authored Nov 4, 2020
1 parent 85a8206 commit 937e394
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 @@ -15,10 +15,10 @@ branches:
- /^dev/

before_install:
- export SCRIPT_DIR=$HOME/islandora/.scripts
- export SCRIPT_DIR=$HOME/islandora_ci

install:
- git clone https://github.com/Islandora/documentation.git $HOME/islandora
- git clone https://github.com/Islandora/islandora_ci.git $HOME/islandora_ci
- for D in */; do (cd $D; composer install) done

script:
Expand Down

0 comments on commit 937e394

Please sign in to comment.