aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-03-30 10:12:02 -0700
committerKristen Kozak <sebright@google.com>2017-03-30 11:05:32 -0700
commiteef1432830247258144f90a7169934d06eb7853e (patch)
tree5dd75d83954399a4ddfbfe28b9f0632f25f1f36c /README.md
parent08a493423a3150dfe604fced8b7103e4d7ec393d (diff)
downloadplatform_external_opencensus-java-eef1432830247258144f90a7169934d06eb7853e.tar.gz
platform_external_opencensus-java-eef1432830247258144f90a7169934d06eb7853e.tar.bz2
platform_external_opencensus-java-eef1432830247258144f90a7169934d06eb7853e.zip
Add AppVeyor status badge to readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eec41eaf..e7667ef7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
Instrumentation - A stats collection framework
======================================================
-[![Build Status](https://travis-ci.org/google/instrumentation-java.svg?branch=master)](https://travis-ci.org/google/instrumentation-java)
+[![Build Status](https://travis-ci.org/google/instrumentation-java.svg?branch=master)](https://travis-ci.org/google/instrumentation-java) [![Build status](https://ci.appveyor.com/api/projects/status/w6sjnfpcp8s5l1s1?svg=true)](https://ci.appveyor.com/project/instrumentationjavateam/instrumentation-java)
Instrumentation provides a framework to define and collect stats against metrics and to
break those stats down across user-defined dimensions.