diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-01-27 14:21:38 -0800 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-01-27 14:21:38 -0800 |
commit | a6ea6612b7c7432f83d1f900169f28dd4802f413 (patch) | |
tree | 6defc75b0c1f257bf6670e18e1c06f5767ec3c23 /.travis.yml | |
parent | f96ce197a51a2269abbb9656145a6960ae1ebefe (diff) | |
parent | 1640a0fa86d37805a711c273a4b5f353f0259cc4 (diff) | |
download | chef-a6ea6612b7c7432f83d1f900169f28dd4802f413.tar.gz |
Merge pull request #4477 from chef/jdm/disable-poise
Remove poise from the test matrix
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index be50c6bea4..773a318d95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,9 +71,6 @@ matrix: before_install: env: "GEMFILE_MOD=\"gem 'halite', github: 'poise/halite'\"" script: bundle exec rake halite_spec - - rvm: 2.2 - env: "GEMFILE_MOD=\"gem 'poise', github: 'poise/poise'\"" - script: bundle exec rake poise_spec ### START TEST KITCHEN ONLY ### - rvm: 2.2 gemfile: kitchen-tests/Gemfile |