Skip to content

Commit

Permalink
Install even less stuff on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Apr 18, 2016
1 parent 1cb5d42 commit 9971604
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_install:
- gem install bundler -v $(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
- rm -f .bundle/config

bundler_args: --without docgen maintenance omnibus_package aix bsd mac_os_x solaris windows --frozen
bundler_args: --without changelog compat_testing development docgen guard maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen

# do not run expensive spec tests on PRs, only on branches
branches:
Expand All @@ -26,19 +26,19 @@ matrix:
- rvm: 2.1
sudo: true
script: tasks/bin/run_chef_tests
bundler_args: --without docgen maintenance integration aix bsd mac_os_x solaris windows --frozen
bundler_args: --without changelog compat_testing development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
- rvm: 2.2
sudo: true
script: tasks/bin/run_chef_tests
bundler_args: --without docgen maintenance integration aix bsd mac_os_x solaris windows --frozen
bundler_args: --without changelog compat_testing development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
- rvm: 2.3.0
sudo: true
script: tasks/bin/run_chef_tests
bundler_args: --without docgen maintenance integration aix bsd mac_os_x solaris windows --frozen
bundler_args: --without changelog compat_testing development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
- rvm: rbx
sudo: true
script: tasks/bin/run_chef_tests
bundler_args: --without docgen maintenance integration aix bsd mac_os_x solaris windows --frozen
bundler_args: --without changelog compat_testing development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
#
# External tests
#
Expand Down
11 changes: 7 additions & 4 deletions version_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,18 @@
# 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
}

0 comments on commit 9971604

Please sign in to comment.