Skip to content

Commit 15aaa11

Browse files
committed
Migrate to main.
1 parent 9195262 commit 15aaa11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
script:
1616
- ./build
1717
after_success:
18-
- if [ "${TRAVIS_PULL_REQUEST}" = "false" -a "${TRAVIS_BRANCH}" = "master" ]; then
18+
- if [ "${TRAVIS_PULL_REQUEST}" = "false" -a "${TRAVIS_BRANCH}" = "main" ]; then
1919
./deploy ; fi
2020
notifications:
2121
slack:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Travis Aggregator [![Build Status](https://travis-ci.org/spring-guides/drone-aggregator.svg?branch=master)](https://travis-ci.org/spring-guides/drone-aggregator)
1+
# Travis Aggregator [![Build Status](https://travis-ci.org/spring-guides/drone-aggregator.svg?branch=main)](https://travis-ci.org/spring-guides/drone-aggregator)
22

33
Running more than a handful of CI jobs at http://travis-ci.org? Their usage of screen real estate can leave you scrolling all the time when you really need a quick glance to see if everything is up.
44

templates/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Travis Aggregator</h1>
4040
--><li th:each="guide : ${guides}" class="layout__item lap-and-up-1/2 desk-1/4">
4141
<div class="flag flag--tiny">
4242
<div class="flag__img">
43-
<img th:src="@{https://travis-ci.org/__${org}__/__${guide[name]}__.svg?branch=master}" />
43+
<img th:src="@{https://travis-ci.org/__${org}__/__${guide[name]}__.svg?branch=main}" />
4444
</div>
4545
<div class="flag__body">
4646
<a th:href="@{__${site}____${guide[href]}__}" target="_blank">

0 commit comments

Comments
 (0)