summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--README.markdown2
-rwxr-xr-x_testing/travis/extract-artefacts.zsh2
-rw-r--r--index.html2
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).
-[![Build Status](https://travis-ci.org/irssi/scripts.irssi.org.svg?branch=gh-pages)](https://travis-ci.org/irssi/scripts.irssi.org)
+[![Build Status](https://travis-ci.org/irssi/scripts.irssi.org.svg?branch=master)](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
diff --git a/index.html b/index.html
index cbfc91c..6cbafe4 100644
--- a/index.html
+++ b/index.html
@@ -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>