From: Michal Migurski Date: Mon, 3 Feb 2020 00:49:33 +0000 (-0800) Subject: Split Travis script into separate jobs and add apt cookbook test X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/dc7cf40015bf3d8bb8a60cd91b25691f4afc5e4a?hp=dc7cf40015bf3d8bb8a60cd91b25691f4afc5e4a Split Travis script into separate jobs and add apt cookbook test With kitchen-dokken in place, travis should now successfully run both the cookstyle script and individual kitchen tests as separate matrix builds. Matrix builds will run in parallel, and the global Travis 50min limit should apply to each separately ensuring that all cookbooks get tested. https://docs.travis-ci.com/user/build-matrix/ ---