summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-04-23 14:32:32 -0700
committerGitHub <noreply@github.com>2018-04-23 14:32:32 -0700
commite1f5e7f858413a5491f47014074ca66f833e640c (patch)
tree720333f3121cbca90ff28abaaf205f703a6b734f /.travis.yml
parente9d299b21db09db0c458efe6f841f44f5be03cf5 (diff)
parent3ddf80846c2592f164fbcd83568f05563c0e757e (diff)
downloadchef-e1f5e7f858413a5491f47014074ca66f833e640c.tar.gz
Merge pull request #7167 from chef/lcg/actuall-test-cheffs
actually test against cheffs
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 8b6f61e54d..36fd343809 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