diff options
author | Seth Vargo <sethvargo@gmail.com> | 2013-07-17 19:18:34 -0400 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2013-07-26 11:36:16 -0700 |
commit | a68553fb00193e0cda26a0a491dac3e618d0b5a0 (patch) | |
tree | 05f66b7cd24259fb81136ab53ae41eecf8d88a85 | |
parent | 59e2dbd7503fbe52136009838c2b320ef868089b (diff) | |
download | chef-a68553fb00193e0cda26a0a491dac3e618d0b5a0.tar.gz |
use Chef as the cwd
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index be42931015..3ffc4820bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ before_script: cd chef before_install: sudo apt-get install -qq libgecode-dev -gemfile: chef/Gemfile rvm: - 1.8.7 - 1.9.3 - 2.0.0 -script: '(cd chef && bundle exec rspec chef --format progress)' +script: bundle exec rspec --format progress |