travis-ci/travis-cookbooks:.travis.yml@6d27604
language: generic
dist: xenial
env:
global:
- PATH="/opt/chef-workstation/bin:/opt/chef/bin:/opt/chef/embedded/bin:/opt/chef-workstation/embedded/bin:$PATH"
matrix:
- COOKBOOK_PATH="cookbooks"
- COOKBOOK_PATH="community-cookbooks"
before_script:
- curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef-workstation -v 21.10.640
script:
- ./runtests
Build Config
{
"language": "generic",
"os": [
"linux"
],
"dist": "xenial",
"env": {
"global": [
{
"PATH": "\"/opt/chef-workstation/bin:/opt/chef/bin:/opt/chef/embedded/bin:/opt/chef-workstation/embedded/bin:$PATH\""
}
],
"jobs": [
{
"COOKBOOK_PATH": "\"cookbooks\""
},
{
"COOKBOOK_PATH": "\"community-cookbooks\""
}
]
},
"before_script": [
"curl https://omnitruck.chef.io/install.sh | sudo bash -s -- -P chef-workstation -v 21.10.640"
],
"script": [
"./runtests"
]
}