summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-07-17 18:09:10 -0400
committerBryan McLellan <btm@opscode.com>2013-07-26 11:36:16 -0700
commit59e2dbd7503fbe52136009838c2b320ef868089b (patch)
tree4b10750fcbe49bd045c2d4420f9ac87b0af98141
parent54090d67b96159a8774a48bf0f8c63417be95563 (diff)
downloadchef-59e2dbd7503fbe52136009838c2b320ef868089b.tar.gz
Use quotes to surround the command
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0392810a31..be42931015 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,4 +7,4 @@ rvm:
- 1.9.3
- 2.0.0
-script: (cd chef && bundle exec rspec chef --format progress)
+script: '(cd chef && bundle exec rspec chef --format progress)'