File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,4 +123,4 @@ deploy:
123
123
provider : script
124
124
script : bash docker_push.sh $COMPOSE_APP
125
125
on :
126
- branch : master
126
+ branch : main
Original file line number Diff line number Diff line change 1
1
# django-docker-box
2
2
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 )
4
4
5
5
Run the django test suite across multiple databases.
6
6
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ services:
171
171
volumes :
172
172
- /dev/shm:/dev/shm
173
173
174
- # Firefox tests fail on master
174
+ # Firefox tests fail on main
175
175
firefox :
176
176
<< : *base
177
177
command : --selenium=firefox --selenium-hub=http://firefox-browser:4444/wd/hub
You can’t perform that action at this time.
0 commit comments