From 02eace19a99ce3cd564ca4e379753d69af08c2c8 Mon Sep 17 00:00:00 2001 From: Shane Grant Date: Thu, 24 Oct 2019 21:38:52 -0700 Subject: [PATCH] Badges for travis and appveyor --- .travis.yml | 2 +- README.md | 4 ++-- appveyor.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0e0eaf4..4decda5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -266,4 +266,4 @@ script: branches: only: - - develop + - master diff --git a/README.md b/README.md index 66a92808..dd46c292 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ cereal is licensed under the [BSD license](http://opensource.org/licenses/BSD-3- ## cereal build status -* develop : [![Build Status](https://travis-ci.com/USCiLab/cereal.png?branch=develop)](https://travis-ci.com/USCiLab/cereal) -[![Build status](https://ci.appveyor.com/api/projects/status/91aou6smj36or0vb/branch/develop?svg=true)](https://ci.appveyor.com/project/AzothAmmo/cereal/branch/develop) +* master : [![Build Status](https://travis-ci.com/USCiLab/cereal.svg?branch=master)](https://travis-ci.com/USCiLab/cereal) +[![Build status](https://ci.appveyor.com/api/projects/status/91aou6smj36or0vb/branch/master?svg=true)](https://ci.appveyor.com/project/AzothAmmo/cereal/branch/master) --- diff --git a/appveyor.yml b/appveyor.yml index 64befabd..5371cd47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ pull_requests: branches: only: - - develop + - master configuration: - Debug