summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 421f3fd764..44317aaeff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,8 +31,9 @@ matrix:
- rvm: 2.1
- rvm: 2.2
- rvm: 2.2
- gemfile: pedant.gemfile
- script: bundle exec rake pedant
+ cache:
+ env: "GEMFILE_MOD=\"gem 'chef-zero', github: 'chef/chef-zero'\""
+ script: bundle exec rake chef_zero_spec
- rvm: 2.2
cache:
env: "GEMFILE_MOD=\"gem 'cheffish', github: 'chef/cheffish'\""