diff options
| author | Ailin Nemui | 2016-08-18 00:17:49 +0200 | 
|---|---|---|
| committer | Ailin Nemui | 2016-08-18 00:17:49 +0200 | 
| commit | 22060fc4669627a9859c92efa2d6651e3673d494 (patch) | |
| tree | 826a6624a8ba13ec2ce25e7d2afa9b7134ad578a | |
| parent | 80ff332fd2dc665c5a993fffb43eeb83c33e5f3b (diff) | |
| download | scripts.irssi.org-22060fc4669627a9859c92efa2d6651e3673d494.tar.bz2 | |
update branch name
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | README.markdown | 2 | ||||
| -rwxr-xr-x | _testing/travis/extract-artefacts.zsh | 2 | ||||
| -rw-r--r-- | index.html | 2 | 
4 files changed, 4 insertions, 4 deletions
| diff --git a/.travis.yml b/.travis.yml index d67ee37..757414e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ after_script:    fi  branches:    only: -  - gh-pages +  - master  env:    global:    - USE_ARTEFACTS_CACHE=yes diff --git a/README.markdown b/README.markdown index e532cb9..715975f 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@  This repository contains scripts available at  [scripts.irssi.org](http://scripts.irssi.org). -[](https://travis-ci.org/irssi/scripts.irssi.org) +[](https://travis-ci.org/irssi/scripts.irssi.org)  ### Contributing 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 @@ -58,7 +58,7 @@ layout: default                      <td class="filename">                          <a href="scripts/{{ script.filename }}">{{ script.filename }}</a>                          <small> -                           (<a href="https://github.com/irssi/scripts/blob/gh-pages/scripts/{{ script.filename }}">Github</a>) +                           (<a href="https://github.com/irssi/scripts/blob/master/scripts/{{ script.filename }}">Github</a>)                          </small>                      </td>                      <td class="name">{{ script.name }}</td> | 
