Skip to content

Commit

Permalink
Add appveyor build status
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcontinisio committed Sep 17, 2017
1 parent d0ec02d commit 3b9ded7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cereal-yaml [![Build Status](https://travis-ci.org/mattcontinisio/cereal-yaml.svg?branch=develop)](https://travis-ci.org/mattcontinisio/cereal-yaml)
# cereal-yaml [![Build Status](https://travis-ci.org/mattcontinisio/cereal-yaml.svg?branch=develop)](https://travis-ci.org/mattcontinisio/cereal-yaml) [![Build status](https://ci.appveyor.com/api/projects/status/i81f8abgyqptmote?svg=true)](https://ci.appveyor.com/project/mattcontinisio/cereal-yaml)

YAML archive for [cereal](http://USCiLab.github.com/cereal), powered by [yaml-cpp](https://github.com/jbeder/yaml-cpp).

Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# can use variables like {build} and {branch}
version: 1.2.{build}
version: 0.1.{build}
pull_requests:
do_not_increment_build_number: true

branches:
only:
- develop
- appveyor

configuration:
- Debug
Expand Down

0 comments on commit 3b9ded7

Please sign in to comment.