summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-12-17 15:43:26 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2014-12-17 15:43:26 -0800
commit3569079f9831b5e14e8e46b51840f3b6a069d9eb (patch)
tree4a32cc8082a4af246b442486492ad55069b3ed8e
parent0b27affcdb9145b3bd133948bab0b38fb7481a0c (diff)
parent2480708acc2a8e1771c44d349bde93f045bc2621 (diff)
downloadchef-3569079f9831b5e14e8e46b51840f3b6a069d9eb.tar.gz
Merge pull request #2676 from opscode/jdm/build-status
Added AppVeyor build status
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 93665ee991..8793cc190b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
-# Chef [![Code Climate](https://codeclimate.com/github/opscode/chef.png)](https://codeclimate.com/github/opscode/chef)
+# Chef
+[![Code Climate](https://codeclimate.com/github/opscode/chef.png)](https://codeclimate.com/github/opscode/chef)
+[![Build Status Master](https://travis-ci.org/opscode/chef.svg?branch=master)](https://travis-ci.org/opscode/chef)
+[![Build Status Master](https://ci.appveyor.com/api/projects/status/github/opscode/chef?branch=master&svg=true&passingText=master%20-%20Ok&pendingText=master%20-%20Pending&failingText=master%20-%20Failing)](https://ci.appveyor.com/project/Chef/chef/branch/master)
Want to try Chef? Get started with [learnchef](https://learnchef.opscode.com)
@@ -87,6 +90,11 @@ environment to run the specs--they are completely standalone.
# Run a Subset of Tests
bundle exec rspec spec/PATH/TO/DIR
+When you submit a pull request, we will automatically run the functional and unit
+tests in spec/functional/ and spec/unit/ respectively. These will be run on Ubuntu
+through Travis CI, and on Windows through AppVeyor. The status of these runs will
+be displayed with your pull request.
+
# License
Chef - A configuration management system