diff options
author | John Keiser <john@johnkeiser.com> | 2015-12-07 16:49:31 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-12-08 11:08:34 -0800 |
commit | f4eb596aff4bc972957b318c30bcf1960eb7b8c1 (patch) | |
tree | 0778ead18945d35ed4b416b95b586dc4c8299f7e | |
parent | 1796116864c91ce68661df7a98c3a8c9f355d56f (diff) | |
download | chef-jk/remove-halit-cache.tar.gz |
Reinstate Halite and Poise bundler cachingjk/remove-halit-cache
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 5049e7d2ad..95cdfdd9b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,13 +59,10 @@ matrix: env: "GEMFILE_MOD=\"gem 'foodcritic', github: 'acrmp/foodcritic', branch: 'v5.0.0'\"" script: bundle exec rake foodcritic_spec - rvm: 2.2 - cache: before_install: env: "GEMFILE_MOD=\"gem 'halite', github: 'poise/halite'\"" script: bundle exec rake halite_spec - rvm: 2.2 - cache: - before_install: env: "GEMFILE_MOD=\"gem 'poise', github: 'poise/poise'\"" script: bundle exec rake poise_spec ### START TEST KITCHEN ONLY ### |