forked from dev-sec/chef-ssh-hardening
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (33 loc) · 782 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
---
sudo: required
language: ruby
bundler_args: "--without development"
dist: trusty
cache: bundler
services:
- docker
rvm: 2.4.1
before_install:
- gem update --system # see https://github.com/bundler/bundler/issues/5357
env:
- INSTANCE=ubuntu-14-04
- INSTANCE=ubuntu-16-04
- INSTANCE=ubuntu-16-04 CHEF_VERSION=12.5.1
- INSTANCE=centos-6
- INSTANCE=centos-7
- INSTANCE=centos-7 CHEF_VERSION=12.5.1
- INSTANCE=oracle-6
- INSTANCE=oracle-7
- INSTANCE=debian-7
- INSTANCE=debian-8
- INSTANCE=fedora-24
- INSTANCE=fedora-25
- INSTANCE=opensuse-42
- INSTANCE=opensuse-42 CHEF_VERSION=12.5.1
script:
- bundle exec rake kitchen KITCHEN_LOCAL_YAML=.kitchen.dokken.yml
matrix:
include:
- env: UNIT_AND_LINT=1
script:
- bundle exec rake lint spec