Skip to content

Commit 796bda6

Browse files
authored
Merge pull request travis-ci#1227 from travis-ci/sw-master
Switch to master
2 parents 37dc8c4 + ea83c40 commit 796bda6

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- "3.5.2"
77
branches:
88
only:
9-
- gh-pages
9+
- master
1010
env:
1111
global:
1212
- PATH=$HOME/.local/user/bin:$PATH
@@ -23,7 +23,7 @@ deploy:
2323
skip_cleanup: true
2424
on:
2525
branch:
26-
- gh-pages
26+
- master
2727
notifications:
2828
slack:
2929
rooms:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# About this repository [![Build Status](https://travis-ci.org/travis-ci/docs-travis-ci-com.svg?branch=gh-pages)](https://travis-ci.org/travis-ci/docs-travis-ci-com)
1+
master# About this repository [![Build Status](https://travis-ci.org/travis-ci/docs-travis-ci-com.svg?branch=master)](https://travis-ci.org/travis-ci/docs-travis-ci-com)
22

33
This is the documentation site for Travis CI! (<http://docs.travis-ci.com/>)
44

user/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ is a small Sinatra app which shows you how this works.
719719
720720
1. This documentation site receives a webhook notification, verifies the request
721721
and updates the Gist showing the payload example above.
722-
See [the code](https://github.com/travis-ci/docs-travis-ci-com/tree/gh-pages/_plugins/webhoook_payload_doc_handler.rb).
722+
See [the code](https://github.com/travis-ci/docs-travis-ci-com/tree/master/_plugins/webhoook_payload_doc_handler.rb).
723723
724724
1. [Travis Webhook Checker](https://gist.github.com/andrewgross/8ba32af80ecccb894b82774782e7dcd4)
725725
is an example Django view which implements this in Python.

user/status-images.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ not use it on a publicly available site.
3636
On the pages on Travis CI, we show the result of the most recent
3737
build on its default branch.
3838
For example, for [docs-travis-ci-com](https://travis-ci.org/travis-ci/docs-travis-ci-com/builds),
39-
this is the `gh-pages` branch.
39+
this is the `master` branch.
4040

4141
If the default branch does not have any build, the status will remain
4242
unknown, and shows:
4343

4444
![unknown status image](https://raw.githubusercontent.com/travis-ci/travis-api/master/public/images/result/unknown.png)
45-

0 commit comments

Comments
 (0)