diff options
author | Thom May <thom@chef.io> | 2016-01-11 10:40:15 +0000 |
---|---|---|
committer | Thom May <thom@chef.io> | 2016-01-21 12:00:05 +0000 |
commit | 0b1ca6e6be2676b83a402aae39b27edaf9c4cc13 (patch) | |
tree | c6a38d1225f986ea5b3638c5ebb2f1265121b159 /.travis.yml | |
parent | b2287acca8df58079205979ab2ba956d0e281fe5 (diff) | |
download | chef-0b1ca6e6be2676b83a402aae39b27edaf9c4cc13.tar.gz |
Ensure gem dependencies are securetm/bundle_audit
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a4d00b79a7..976debaace 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ echo '--color\n-fp' > .rspec; sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers; sudo -E $(which bundle) exec rake spec; bundle exec rake style; +bundle exec bundle-audit check --update; " env: |