Browse Source

Find the file

pull/804/head
Jared Whiklo 5 years ago
parent
commit
c0ac4a1eaa
  1. 2
      .travis.yml

2
.travis.yml

@ -25,7 +25,7 @@ branches:
before_install:
- export SCRIPT_DIR=$HOME/islandora/.scripts
- export DRUPAL_DIR=/opt/drupal
- export CUSTOM_SCRIPT_DIR=$DRUPAL_DIR/web/modules/custom/islandora/.scripts
- export CUSTOM_SCRIPT_DIR=$TRAVIS_BUILD_DIR/.scripts
- export COMPOSER_PATH="/home/travis/.phpenv/versions/$TRAVIS_PHP_VERSION/bin/composer"
- phpenv config-rm xdebug.ini

Loading…
Cancel
Save