Browse Source

haha did i leave my test line in there

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

1
tests/scripts/travis_after_failure.sh

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
# Get the end portion of the TRAVIS_REPO_SLUG for the branch name. # Get the end portion of the TRAVIS_REPO_SLUG for the branch name.
export TRAVIS_REPO_SLUG="Islandora/islandora_stuff"
IFS=/ read -a DELIMITED_SLUG <<< "$TRAVIS_REPO_SLUG" IFS=/ read -a DELIMITED_SLUG <<< "$TRAVIS_REPO_SLUG"
export CURRENT_REPO=${DELIMITED_SLUG[1]} export CURRENT_REPO=${DELIMITED_SLUG[1]}

Loading…
Cancel
Save