summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-05-20 12:38:02 -0500
committerJay Mundrawala <jdmundrawala@gmail.com>2015-05-20 12:38:02 -0500
commit54e1a1b59572b8cdafc2ebb521547a96184af64c (patch)
tree057a02bf1fe835ab5d1282f03e27bc1b08dcc419
parentc8462b7818f4d5eef70074edfafde20f95105a56 (diff)
downloadchef-jdm/wintests.tar.gz
Only run functional and unit tests in appveyorjdm/wintests
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7a15a09e4c..6f1b9a0002 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,4 +31,4 @@ build_script:
test_script:
- SET SPEC_OPTS=--format progress
- - bundle exec rake spec
+ - bundle exec rake spec:unit spec:functional