summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* remove chef-provisioning-awslcg/remove-chef-provisioningLamont Granquist2016-12-201-4/+0
| | | | | | blocks testing on ruby 2.4 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Replace rbx with ruby-head in Travisruby24Tim Smith2016-12-131-2/+2
| | | | | | | | rbx is failing to install in travis as rvm wants to install via binary and there isn't a binary install available. Swap for Ruby head instead so we can test on Ruby 2.4 Signed-off-by: Tim Smith <tsmith@chef.io>
* add amazonlinus to travis matrixLamont Granquist2016-11-211-0/+18
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Test on the latest fedora and fix yum failures in testing (#5525)Tim Smith2016-11-081-2/+2
| | | | | | | Use the latest fedora to avoid having to bump things every X months We need to make the cache afterwards. I ran into this same issue in the cron cookbook and I’ve updated the dnf_compat recipe in yum to do the same. Signed-off-by: Tim Smith <tsmith@chef.io>
* add learnchef testing to travis matrixLamont Granquist2016-10-051-8/+44
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove 10_stable from the branches to buildTim Smith2016-09-211-1/+0
| | | | | | We're not going to be building this again Signed-off-by: Tim Smith <tsmith@chef.io>
* Use bundler version from the Gemfile.lockJohn Keiser2016-09-121-0/+1
|
* 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
|