summaryrefslogtreecommitdiff
path: root/version_policy.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-18 12:30:18 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 14:21:02 -0700
commit9971604ce1556585552a95c937f59355316f3294 (patch)
treee3ec6a327353d0ce0fb7f56866ee97e22af4199b /version_policy.rb
parent1cb5d42c9d5c8e1c63f8bd4cccf65b7d694c81f7 (diff)
downloadchef-9971604ce1556585552a95c937f59355316f3294.tar.gz
Install even less stuff on Travis
Diffstat (limited to 'version_policy.rb')
-rw-r--r--version_policy.rb11
1 files changed, 7 insertions, 4 deletions
diff --git a/version_policy.rb b/version_policy.rb
index 40d5cfe3fe..94b8371f43 100644
--- a/version_policy.rb
+++ b/version_policy.rb
@@ -90,15 +90,18 @@ GEMS_ALLOWED_TO_FLOAT = [
# we do in chef-dk, and the `bundle check` we do to ensure installed gems don't
# have extra deps hiding in their Gemfiles.
#
+# NOTE: we DO install test, because there aren't many gems there, and it makes
+# our test phase a lot easier.
+#
INSTALL_WITHOUT_GROUPS = %w{
+ changelog
+ compat_testing
development
+ docgen
guard
+ integration
maintenance
tools
- integration
- changelog
- compat_testing
- docgen
travis
style
}