-
Notifications
You must be signed in to change notification settings - Fork 14
/
.travis.yml
59 lines (51 loc) · 1.42 KB
/
.travis.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
48
49
50
51
52
53
54
55
56
57
58
59
addons:
apt:
sources:
- chef-current-xenial
packages:
- chef-workstation
- libgecode-dev
- coreutils
install: echo "skip bundle install"
env:
- CHEF_LICENSE=accept
branches:
only:
- master
services: docker
env:
global:
- USE_SYSTEM_GECODE=true
matrix:
- INSTANCE=gemrc-global-ubuntu-1404
- INSTANCE=gemrc-global-ubuntu-1604
- INSTANCE=gemrc-global-centos-6
- INSTANCE=gemrc-global-centos-7
- INSTANCE=gemrc-local-ubuntu-1404
- INSTANCE=gemrc-local-ubuntu-1604
- INSTANCE=gemrc-local-centos-6
- INSTANCE=gemrc-local-centos-7
- INSTANCE=gemrc-explicit-path-ubuntu-1404
- INSTANCE=gemrc-explicit-path-ubuntu-1604
- INSTANCE=gemrc-explicit-path-centos-6
- INSTANCE=gemrc-explicit-path-centos-7
- INSTANCE=gemrc-local-merge-ubuntu-1404
- INSTANCE=gemrc-local-merge-ubuntu-1604
- INSTANCE=gemrc-local-merge-centos-6
- INSTANCE=gemrc-local-merge-centos-7
- INSTANCE=bundle-config-ubuntu-1404
- INSTANCE=bundle-config-ubuntu-1604
- INSTANCE=bundle-config-centos-6
- INSTANCE=bundle-config-centos-7
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(chef shell-init bash)"
- chef --version
script: KITCHEN_LOCAL_YAML=kitchen.dokken.yml kitchen verify ${INSTANCE}
matrix:
include:
- script:
- chef exec delivery local all
env:
- UNIT_AND_LINT=1
- CHEF_LICENSE=accept