diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-28 17:34:44 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-04-28 17:34:44 -0700 |
commit | 40e36caa00be41f4878f46ec242f515a3f8f44c1 (patch) | |
tree | fc255f0f963dce0b0300817eaf07cd0559965dfa /.travis.yml | |
parent | a1d1b1ac51a5bc716acbb7bc65c5dcbab8046c66 (diff) | |
download | chef-40e36caa00be41f4878f46ec242f515a3f8f44c1.tar.gz |
seem like redundant redundancies
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 0d977ece31..3b61881f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,24 +26,19 @@ matrix: - rvm: 2.1 sudo: true script: tasks/bin/run_chef_tests - bundler_args: --without changelog 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 changelog 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 changelog development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen - env: CHEFSTYLE: 1 rvm: 2.1 script: bundle exec rake style - bundler_args: --without changelog 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 changelog development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen # # External tests # |