Skip to content

Commit 02eace1

Browse files
committed
Badges for travis and appveyor
1 parent 37b4567 commit 02eace1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ script:
266266

267267
branches:
268268
only:
269-
- develop
269+
- master

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ cereal is licensed under the [BSD license](http://opensource.org/licenses/BSD-3-
7777

7878
## cereal build status
7979

80-
* develop : [![Build Status](https://travis-ci.com/USCiLab/cereal.png?branch=develop)](https://travis-ci.com/USCiLab/cereal)
81-
[![Build status](https://ci.appveyor.com/api/projects/status/91aou6smj36or0vb/branch/develop?svg=true)](https://ci.appveyor.com/project/AzothAmmo/cereal/branch/develop)
80+
* master : [![Build Status](https://travis-ci.com/USCiLab/cereal.svg?branch=master)](https://travis-ci.com/USCiLab/cereal)
81+
[![Build status](https://ci.appveyor.com/api/projects/status/91aou6smj36or0vb/branch/master?svg=true)](https://ci.appveyor.com/project/AzothAmmo/cereal/branch/master)
8282

8383
---
8484

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pull_requests:
55

66
branches:
77
only:
8-
- develop
8+
- master
99

1010
configuration:
1111
- Debug

0 commit comments

Comments
 (0)