Skip to content

Commit 91cff5c

Browse files
authored
Updated Git branch "master" to "main".
1 parent 336bd2f commit 91cff5c

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
@@ -123,4 +123,4 @@ deploy:
123123
provider: script
124124
script: bash docker_push.sh $COMPOSE_APP
125125
on:
126-
branch: master
126+
branch: main

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# django-docker-box
22

3-
[![Build Status](https://travis-ci.org/django/django-docker-box.svg?branch=master)](https://travis-ci.org/django/django-docker-box)
3+
[![Build Status](https://travis-ci.org/django/django-docker-box.svg?branch=main)](https://travis-ci.org/django/django-docker-box)
44

55
Run the django test suite across multiple databases.
66

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ services:
171171
volumes:
172172
- /dev/shm:/dev/shm
173173

174-
# Firefox tests fail on master
174+
# Firefox tests fail on main
175175
firefox:
176176
<<: *base
177177
command: --selenium=firefox --selenium-hub=http://firefox-browser:4444/wd/hub

0 commit comments

Comments
 (0)