skip some files on tests

This commit is contained in:
Dale McDiarmid 2017-08-15 13:56:24 +01:00
parent 762f2d44c9
commit 6ebeccfb01

View file

@ -14,8 +14,8 @@ provisioner:
http_proxy: <%= ENV['HTTP_PROXY'] %> http_proxy: <%= ENV['HTTP_PROXY'] %>
https_proxy: <%= ENV['HTTPS_PROXY'] %> https_proxy: <%= ENV['HTTPS_PROXY'] %>
no_proxy: localhost,127.0.0.1 no_proxy: localhost,127.0.0.1
ignore_extensions_from_root: [".git"] ignore_extensions_from_root: [".git",".idea",".kitchen.yml"]
ignore_paths_from_root: [".git"] ignore_paths_from_root: [".git",".idea",".kitchen"]
platforms: platforms:
- name: ubuntu-14.04 - name: ubuntu-14.04