summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2016-01-27 12:48:13 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2016-01-27 12:48:13 -0800
commit1640a0fa86d37805a711c273a4b5f353f0259cc4 (patch)
tree201d9cb4b6bffbaf0466cf4c4197d63e29d2ee25
parentf3cefaf6b84bf0771f31418f497cc903d80a62db (diff)
downloadchef-1640a0fa86d37805a711c273a4b5f353f0259cc4.tar.gz
Remove poise from the test matrixjdm/disable-poise
Poise is currently having it's tests refactored and thus not passing tests. We can revert this commit once that's all fixed up.
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 976debaace..c92e2fa14f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,9 +68,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