summaryrefslogtreecommitdiffstats
path: root/_testing
diff options
context:
space:
mode:
authorAilin Nemui2016-08-18 00:17:49 +0200
committerAilin Nemui2016-08-18 00:17:49 +0200
commit22060fc4669627a9859c92efa2d6651e3673d494 (patch)
tree826a6624a8ba13ec2ce25e7d2afa9b7134ad578a /_testing
parent80ff332fd2dc665c5a993fffb43eeb83c33e5f3b (diff)
downloadscripts.irssi.org-22060fc4669627a9859c92efa2d6651e3673d494.tar.bz2
update branch name
Diffstat (limited to '_testing')
-rwxr-xr-x_testing/travis/extract-artefacts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/travis/extract-artefacts.zsh b/_testing/travis/extract-artefacts.zsh
index f383536..98bd34b 100755
--- a/_testing/travis/extract-artefacts.zsh
+++ b/_testing/travis/extract-artefacts.zsh
@@ -18,7 +18,7 @@ git config credential.helper store
git rm -qrf .
echo "This branch stores the travis-ci results for $TRAVIS_REPO_SLUG
-See [the testing read-me](../gh-pages/_testing/) for details." > README.markdown
+See [the testing read-me](../master/_testing/) for details." > README.markdown
pushd ..
MARKDOWN_REPORT=1 ./_testing/report-test.zsh >> artefacts/README.markdown
popd