diff options
Diffstat (limited to '_testing')
| -rwxr-xr-x | _testing/travis/extract-artefacts.zsh | 2 |
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 |
