summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-04-19 15:39:33 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-04-19 15:39:33 -0700
commit1ec96d88ef6108ff6453e1bd4f665a81973c1fa8 (patch)
treef8128cf6b0a2c828edf14277439c405b3adabe8f
parente4890b9b3c83e5699ead76401fc00d074723b9e7 (diff)
downloadchef-zero-1ec96d88ef6108ff6453e1bd4f665a81973c1fa8.tar.gz
move env to global
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d42d673..ed06caf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,8 @@ script:
- bundle exec rake pedant
env:
- - "GEMFILE_MOD=\"gem 'chef', '~> 13.0'\""
+ global:
+ - "GEMFILE_MOD=\"gem 'chef', '~> 13.0'\""
matrix:
include: