diff options
author | tyler-ball <tball@chef.io> | 2019-05-09 12:07:28 -0600 |
---|---|---|
committer | tyler-ball <tball@chef.io> | 2019-05-09 12:07:30 -0600 |
commit | 1165e24e574f2bbbf37403680b0f407b5750981a (patch) | |
tree | d3824fc62e979bab944c89b5001aaa26fd0ff75c /.travis.yml | |
parent | 978b4055e2d3b0a0bdd6120f94ccd732196b9840 (diff) | |
download | chef-1165e24e574f2bbbf37403680b0f407b5750981a.tar.gz |
CHEF_LICENSE environment variables should be quotedenv_quotes
Some shells interpret the '-' character in 'accept-no-persist'
Signed-off-by: tyler-ball <tball@chef.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 87fcd57a6d..24b24082d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ branches: env: global: - FORCE_FFI_YAJL=ext - - CHEF_LICENSE=accept-no-persist + - CHEF_LICENSE="accept-no-persist" matrix: include: |