forked from dev-sec/puppet-os-hardening
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (36 loc) · 933 Bytes
/
.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
sudo: false
language: ruby
bundler_args: --without development
cache: bundler
rvm: 2.4.1
env:
- INSTANCE=ubuntu-14-04
- INSTANCE=ubuntu-16-04
- INSTANCE=centos-6
- INSTANCE=centos-7
- INSTANCE=oracle-6
- INSTANCE=oracle-7
- INSTANCE=rhel-6
- INSTANCE=rhel-7
- INSTANCE=debian-6
- INSTANCE=debian-7
- INSTANCE=opensuse-leap-42
- INSTANCE=sles-11
- INSTANCE=sles-12
matrix:
allow_failures: # allow failues of integration tests as the forks might miss the DO token
- env: INSTANCE=ubuntu-14-04
- env: INSTANCE=ubuntu-16-04
- env: INSTANCE=centos-6
- env: INSTANCE=centos-7
- env: INSTANCE=oracle-6
- env: INSTANCE=oracle-7
- env: INSTANCE=rhel-6
- env: INSTANCE=rhel-7
- env: INSTANCE=debian-6
- env: INSTANCE=debian-7
- env: INSTANCE=opensuse-leap-42
- env: INSTANCE=sles-11
- env: INSTANCE=sles-12
script:
- bundle exec rake prepare_do_env kitchen KITCHEN_LOCAL_YAML=.kitchen.azure.yml