summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-12-17 14:35:09 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2014-12-17 14:35:09 -0800
commitf709b74b141e5c7f5f7f07dd83ec8622e0519c01 (patch)
tree1b9b1d1a678614d603e64397fdf93fef5187fb0f /README.md
parentd72262a555755a0d9a8bd2b4e48706e8a881f18c (diff)
downloadchef-f709b74b141e5c7f5f7f07dd83ec8622e0519c01.tar.gz
Describe CI integrated with Github
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41d1dbc6b3..d58a4d2926 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,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