Browse Source

also make it not yell

pull/492/head
qadan 11 years ago
parent
commit
3b24bb5dba
  1. 3
      tests/scripts/travis_after_failure.sh

3
tests/scripts/travis_after_failure.sh

@ -5,6 +5,9 @@ export TRAVIS_REPO_SLUG="Islandora/islandora_stuff"
IFS=/ read -a DELIMITED_SLUG <<< "$TRAVIS_REPO_SLUG"
export CURRENT_REPO=${DELIMITED_SLUG[1]}
git config user.name --global islandora-logger
git config user.email --global noreply@islandora.ca
# Git business
export VERBOSE_DIR = $HOME/sites/default/files/simpletest/verbose
cd $HOME

Loading…
Cancel
Save