Browse Source

Naming typo. Missed a hardcoded islandora path.

pull/700/head
Daniel Lamb 8 years ago
parent
commit
d350119bf9
  1. 2
      .travis.yml
  2. 2
      tests/scripts/travis_scripts.sh

2
.travis.yml

@ -44,7 +44,7 @@ before_script:
# Mysql might time out for long tests, increase the wait timeout. # Mysql might time out for long tests, increase the wait timeout.
- mysql -e 'SET @@GLOBAL.wait_timeout=1200' - mysql -e 'SET @@GLOBAL.wait_timeout=1200'
script: script:
- $ISLANDORA_DIR/tests/scripts/travis_script.sh - $ISLANDORA_DIR/tests/scripts/travis_scripts.sh
- $ISLANDORA_DIR/tests/scripts/run_tests.sh "Islandora" - $ISLANDORA_DIR/tests/scripts/run_tests.sh "Islandora"
after_failure: after_failure:
- $ISLANDORA_DIR/tests/scripts/travis_after_failure.sh - $ISLANDORA_DIR/tests/scripts/travis_after_failure.sh

2
tests/scripts/travis_scripts.sh

@ -6,7 +6,7 @@
find $TRAVIS_BUILD_DIR -type f \( -name '*.php' -o -name '*.inc' -o -name '*.module' -o -name '*.install' -o -name '*.test' \) -exec php -l {} \; find $TRAVIS_BUILD_DIR -type f \( -name '*.php' -o -name '*.inc' -o -name '*.module' -o -name '*.install' -o -name '*.test' \) -exec php -l {} \;
# Check line endings # Check line endings
$ISLANDORA_DIR/tests/scripts/line_endings.sh sites/all/modules/islandora $ISLANDORA_DIR/tests/scripts/line_endings.sh $TRAVIS_BUILD_DIR
# Coding standards # Coding standards
drush coder-review --reviews=production,security,style,i18n,potx,sniffer $TRAVIS_BUILD_DIR drush coder-review --reviews=production,security,style,i18n,potx,sniffer $TRAVIS_BUILD_DIR

Loading…
Cancel
Save