# HG changeset patch # User Chris Cannam # Date 1598540257 -3600 # Node ID a3912193ce6916a4f089ff2af13287543d2b7b82 # Parent 30c64a311d9ced4cf5ff63cf095d5308fff56e1b Default branch is now named default on git as well as hg, in case we ever want to switch to mirroring in the other direction diff -r 30c64a311d9c -r a3912193ce69 README.md --- a/README.md Tue Jun 09 17:33:22 2020 +0100 +++ b/README.md Thu Aug 27 15:57:37 2020 +0100 @@ -386,5 +386,5 @@ Automated build reports ----------------------- - * Linux and macOS CI build: [![Build Status](https://travis-ci.org/sonic-visualiser/sonic-annotator.svg?branch=master)](https://travis-ci.org/sonic-visualiser/sonic-annotator) + * Linux and macOS CI build: [![Build Status](https://travis-ci.org/sonic-visualiser/sonic-annotator.svg?branch=default)](https://travis-ci.org/sonic-visualiser/sonic-annotator) * Windows CI build: [![Build status](https://ci.appveyor.com/api/projects/status/26pygienkigw39p7?svg=true)](https://ci.appveyor.com/project/cannam/sonic-annotator)