diff --git a/.travis.yml b/.travis.yml index f0e0eaf4b..4decda5bc 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 66a928083..dd46c292a 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 64befabdf..5371cd479 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ pull_requests: branches: only: - - develop + - master configuration: - Debug