diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2014-12-17 14:35:09 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2014-12-17 14:35:09 -0800 |
commit | f709b74b141e5c7f5f7f07dd83ec8622e0519c01 (patch) | |
tree | 1b9b1d1a678614d603e64397fdf93fef5187fb0f /README.md | |
parent | d72262a555755a0d9a8bd2b4e48706e8a881f18c (diff) | |
download | chef-f709b74b141e5c7f5f7f07dd83ec8622e0519c01.tar.gz |
Describe CI integrated with Github
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |