Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Integration testing in Travis CI #353

Merged
merged 22 commits into from
Feb 12, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Fedora 22 to Test Kitchen
  • Loading branch information
tas50 committed Dec 16, 2015
commit e856beba1bb4feafe03fb50037c3e613ee41b80b
5 changes: 3 additions & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ platforms:
- name: debian-7.8
- name: debian-8.1
- name: fedora-21
- name: fedora-22
- name: freebsd-9.3
- name: freebsd-10.1
- name: ubuntu-12.04
Expand All @@ -33,7 +34,7 @@ suites:
- recipe[chef-client::config]
- recipe[chef-client::init_service]
attributes: {}
excludes: ["centos-7.1", "fedora-21"]
excludes: ["centos-7.1", "fedora-21", "fedora-22"]

- name: service_runit
run_list:
Expand All @@ -45,7 +46,7 @@ suites:
run_list:
- recipe[chef-client::systemd_service]
attributes: {}
includes: ["centos-7.1", "fedora-21"]
includes: ["centos-7.1", "fedora-21", "fedora-21"]

- name: service_upstart
run_list:
Expand Down