summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Don't bother installing integration test gemsjk/pin-chef-pedantJohn Keiser2016-09-081-0/+10
|
* remove ruby 2.1 supportLamont Granquist2016-08-221-5/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Use Ruby 2.3.1 in Travis and AppveyorJohn Keiser2016-08-171-21/+21
|
* Use Ruby 2.1.9, add 2.3 to the list of tested versionsjk/msys2John Keiser2016-08-031-25/+24
|
* update nokogiri and dependenciesMatt Wrock2016-06-211-3/+1
|
* Ignoring the nokogiri CVE until we update to 1.6.8tyler-ball2016-06-161-1/+3
|
* Merge pull request #4967 from chef/lcg/kitchen-tests3Lamont Granquist2016-05-261-4/+71
|\ | | | | add a few more distros to kitchen testing
| * add a few more distros to kitchen testinglcg/kitchen-tests3Lamont Granquist2016-05-251-4/+71
| | | | | | | | adds debian, centos-7 and fedora-23
* | Merge pull request #4960 from tas50/old_webhooksLamont Granquist2016-05-251-10/+0
|\ \ | |/ |/| Remove old webhooks from Travis
| * Remove old webhooks from TravisTim Smith2016-05-201-10/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | convert kitchen tests to docker + other fixesLamont Granquist2016-05-241-76/+44
|/ | | | | | | | | | | | - use kitchen-dokken instead of kitchen-ec2 - add tests for gem metadata + chef-sugar - convert to inspec and add some tests this disables the webapp stuff completely and its testing for now, that needs to be updated to more modern httpd/mysql cookbooks and have its testing converted to inspec. more O/S distros are also in the pipeline.
* fixing nits from PRlcg/kitchen-tests2Lamont Granquist2016-05-121-4/+2
|
* add centos and more func testing to travisLamont Granquist2016-05-111-2/+54
|
* add some comments [ci skip]lcg/redundantLamont Granquist2016-05-021-0/+2
|
* completely deprecate run_chef_testsLamont Granquist2016-05-021-8/+8
|
* ignore failures here if we're not sudo: trueLamont Granquist2016-05-021-1/+1
|
* Revert "seem like redundant redundancies"Lamont Granquist2016-05-021-0/+12
| | | | This reverts commit 40e36caa00be41f4878f46ec242f515a3f8f44c1.
* give bundle audit its own runLamont Granquist2016-04-281-0/+9
| | | | and extract most config back out into .travis.yml
* lets just remove chef_rewindLamont Granquist2016-04-281-5/+0
|
* seem like redundant redundanciesLamont Granquist2016-04-281-5/+0
|
* make it easier to identify from the travis UI what we're testinglcg/run-chefstyle-isolatedLamont Granquist2016-04-271-1/+3
|
* run chefstyle in parallel, onceLamont Granquist2016-04-271-0/+3
| | | | make it easier to see if we have style errors or code errors
* Re-add activesupport testsjk/activesupport-testsJohn Keiser2016-04-191-5/+5
|
* Install even less stuff on TravisJohn Keiser2016-04-181-5/+5
|
* Make gemfile_util capable of copying groups overJohn Keiser2016-04-181-13/+13
|
* Simplify external tests and make them work with Gemfile.lockJohn Keiser2016-04-181-99/+114
|
* halite is green, poise is not.Lamont Granquist2016-04-041-3/+3
| | | | | letting poise go red so i can merge. halite has been green for awhile now.
* allow 2.3.0 failures, because yikes...lcg/travis-ruby-2.3.0Lamont Granquist2016-03-291-0/+1
|
* add ruby-2.3.0 to travis matrixLamont Granquist2016-03-291-0/+3
|
* remove pry from rbx buildlcg/rbxLamont Granquist2016-03-281-1/+1
|
* try to avoid the halite tests for nowLamont Granquist2016-02-091-0/+4
|
* also update rubygems correctlyLamont Granquist2016-02-091-0/+2
|
* remove bundle_install override on haliteLamont Granquist2016-02-091-1/+0
|
* always update bundlerLamont Granquist2016-02-091-0/+1
|
* Trying travis fixJay Mundrawala2016-02-051-3/+3
|
* rbx can't install ruby-profLamont Granquist2016-02-021-1/+1
|
* Remove branch pin from .travis.ymljk/policies-aclsJohn Keiser2016-02-011-1/+1
|
* Revert "Remove poise from the test matrix"Noah Kantrowitz2016-01-291-0/+3
|
* Pin chef-zero to a pre-merge SHA (will unpin shortly)John Keiser2016-01-281-1/+1
|
* Merge pull request #4477 from chef/jdm/disable-poiseNoah Kantrowitz2016-01-271-3/+0
|\ | | | | Remove poise from the test matrix
| * Remove poise from the test matrixjdm/disable-poiseJay Mundrawala2016-01-271-3/+0
| | | | | | | | | | | | Poise is currently having it's tests refactored and thus not passing tests. We can revert this commit once that's all fixed up.
* | bundle install without maintenance and othersLamont Granquist2016-01-271-0/+3
|/ | | | | | if we don't test this here, then when the jenkins ci cluster runs it we may error in the Rakefile when it tries to require a gem which is not in the bundle that is installed there --without several gems.
* Ensure gem dependencies are securetm/bundle_auditThom May2016-01-211-0/+1
|
* fix chefstyle failuresLamont Granquist2016-01-151-1/+1
| | | | | | | | autocorrects some merges that will be broken when the next chefstyle is released. also runs chefstyle after the travis tests, because i'd rather know how the code is broken rather than how its not pretty.
* exclude vendor dirtm/add_chefstyleThom May2016-01-121-0/+1
|
* Per RFC 64, do style checking of the Chef repoThom May2016-01-121-0/+1
| | | | | | This commit enables ChefStyle, but with no active cops. Cops will be added per the RFC (one at a time, with a supporting PR to this repo) as we go on.
* add knife-windows to external specskwspecMatt Wrock2015-12-291-0/+3
|
* Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-091-3/+89
|
* Adding proxifier dependency and leveraging its ability to make TCPSocket.new ↵tyler-ball2015-12-091-96/+9
| | | | respect ENV['http_proxy']
* Reinstate Halite and Poise bundler cachingjk/remove-halit-cacheJohn Keiser2015-12-081-3/+0
|