summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-07-17 18:06:03 -0400
committerBryan McLellan <btm@opscode.com>2013-07-26 11:36:15 -0700
commit54090d67b96159a8774a48bf0f8c63417be95563 (patch)
tree8fa59e2c4c8b1305f9e95974d24a8f23418dc7b2 /.travis.yml
parent173adb9d649f14e6983b51c6384d75982c9f6f83 (diff)
downloadchef-54090d67b96159a8774a48bf0f8c63417be95563.tar.gz
Only test Chef
"IMO it should be okay to just run the chef specs, I don't foresee any active development happening on server components" - Dan
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e604f9bb9f..0392810a31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ rvm:
- 1.9.3
- 2.0.0
-script: bundle exec rake spec --format progress
+script: (cd chef && bundle exec rspec chef --format progress)