summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-04-23 13:16:52 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-04-23 13:18:05 -0700
commite9cedd0d497812a5f481ec55c9096bd8ee2d2aae (patch)
tree4352766f504368a1855dad44af17e73cae9ec0f2 /.travis.yml
parent0e5ad786acf652f9a537c8e5cb4dd7c6401c438e (diff)
downloadchef-e9cedd0d497812a5f481ec55c9096bd8ee2d2aae.tar.gz
test chef-zero against chef_fs in the chef/chef checkout
goes red because we're really red here Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d0626ee52..effdfc07a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -88,9 +88,10 @@ matrix:
script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake
rvm: 2.5.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
+ - PEDANT_OPTS=--skip-oc_id
+ - TEST_GEM=chef/chef-zero
+ - CHEF_FS=true
+ script: bundle exec tasks/bin/run_external_test $TEST_GEM master rake pedant
rvm: 2.5.1
- env:
TEST_GEM: chef/cheffish