diff options
author | Thom May <thom@chef.io> | 2017-04-28 08:49:08 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-04-28 08:51:58 +0100 |
commit | 9e486ba5cfa6c64d1d51a2624d340adcf4b1cb47 (patch) | |
tree | bcf4c4d129165c10e0a4a99187ecb2dc145cedf1 | |
parent | b9bdb2591939a900b10eeb910de2ee387ab8a3ac (diff) | |
download | chef-9e486ba5cfa6c64d1d51a2624d340adcf4b1cb47.tar.gz |
bonus fix for failing chef-zero teststm/lita
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index feb05fe13f..04789cb0a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,7 @@ matrix: script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake rvm: 2.4.1 - env: + PEDANT_OPTS: --skip-oc_id TEST_GEM: chef/chef-zero script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake spec cheffs rvm: 2.4.1 |