forked from djoos-cookbooks/phpcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
47 lines (44 loc) · 1.03 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
driver_plugin: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-16.04-chef-12
driver:
box: bento/ubuntu-16.04
provisioner:
require_chef_omnibus: 12
- name: ubuntu-16.04-chef-13
driver:
box: bento/ubuntu-16.04
provisioner:
require_chef_omnibus: 13
- name: centos-7.3-chef-12
driver:
box: bento/centos-7.3
provisioner:
require_chef_omnibus: 12
- name: centos-7.3-chef-13
driver:
box: bento/centos-7.3
provisioner:
require_chef_omnibus: 13
suites:
- name: default_composer
run_list:
- recipe[phpcs::default]
attributes:
phpcs:
install_method: composer
- name: coding-standard-in-subdir
run_list:
- recipe[phpcs::default]
- recipe[phpcs::coding_standard]
attributes:
phpcs:
install_method: composer
coding_standards:
Symfony:
repository: git://github.com/djoos/Symfony-coding-standard.git
reference: master
subdirectory: Symfony