diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2016-01-29 17:07:52 -0800 |
---|---|---|
committer | Noah Kantrowitz <noah@coderanger.net> | 2016-01-29 17:07:52 -0800 |
commit | 9ac6fa68bb1570e0f5da0c9818324381c2c21e9b (patch) | |
tree | af689960485ec6aef68ded5b41cc3385570e6f81 /.travis.yml | |
parent | 3ce6785ca0a7353403e21140a60fd36be1df8e84 (diff) | |
download | chef-9ac6fa68bb1570e0f5da0c9818324381c2c21e9b.tar.gz |
Revert "Remove poise from the test matrix"
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5f09eaa811..b95c2f0d75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,6 +71,9 @@ 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 |