forked from treasure-data/chef-td-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
35 lines (30 loc) · 905 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
dist: trusty
language: ruby
services:
- docker
rvm:
- 2.4.1
cache:
bundler: true
env:
matrix:
- TEST_INSTANCE=2x-chef12-ubuntu-trusty
- TEST_INSTANCE=2x-chef12-ubuntu-xenial
- TEST_INSTANCE=2x-chef12-centos-centos6
- TEST_INSTANCE=2x-chef12-centos-centos7
- TEST_INSTANCE=2x-chef13-ubuntu-trusty
- TEST_INSTANCE=2x-chef13-ubuntu-xenial
- TEST_INSTANCE=2x-chef13-centos-centos6
- TEST_INSTANCE=2x-chef13-centos-centos7
- TEST_INSTANCE=3x-chef12-ubuntu-trusty
- TEST_INSTANCE=3x-chef12-ubuntu-xenial
- TEST_INSTANCE=3x-chef12-centos-centos6
- TEST_INSTANCE=3x-chef12-centos-centos7
- TEST_INSTANCE=3x-chef13-ubuntu-trusty
- TEST_INSTANCE=3x-chef13-ubuntu-xenial
- TEST_INSTANCE=3x-chef13-centos-centos6
- TEST_INSTANCE=3x-chef13-centos-centos7
script:
- |
set -ex -o pipefail
bundle exec kitchen test "${TEST_INSTANCE}"