aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2016-06-28 22:27:12 -0400
committerGitHub <noreply@github.com>2016-06-28 22:27:12 -0400
commitd406cb18c3d73995cec51fc6b39a2aea821b68c1 (patch)
treebd63e5c498285dc0be227b35cefe49300a793025 /README.md
parent81345850725f06b0c36c96fb8c8bccd0b0f57e50 (diff)
parente51026e5d15e69762e90394ef96af3178bc3ffdb (diff)
downloadgoogletest-d406cb18c3d73995cec51fc6b39a2aea821b68c1.tar.gz
googletest-d406cb18c3d73995cec51fc6b39a2aea821b68c1.tar.bz2
googletest-d406cb18c3d73995cec51fc6b39a2aea821b68c1.zip
Merge pull request #814 from google/BillyDonahue-patch-2
Add Appveyor badge to Readme.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f4b8965a..076484e4 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
# Google Test #
[![Build Status](https://travis-ci.org/google/googletest.svg?branch=master)](https://travis-ci.org/google/googletest)
+[![Build status](https://ci.appveyor.com/api/projects/status/4o38plt0xbo1ubc8/branch/master?svg=true)](https://ci.appveyor.com/project/BillyDonahue/googletest/branch/master)
Welcome to **Google Test**, Google's C++ test framework!