Skip to content

Commit

Permalink
Update travis.yml configuration to run unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Jul 19, 2016
1 parent 05c7b10 commit 36e7d70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .kitchen.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ provisioner:
name: chef_zero

platforms:
- name: ubuntu-16.04
named_run_list: ubuntu
- name: ubuntu-14.04
named_run_list: ubuntu
- name: ubuntu-12.04
named_run_list: ubuntu
- name: centos-7.2
named_run_list: redhat
- name: centos-6.7
named_run_list: redhat
- name: centos-5.11
named_run_list: redhat

named_run_list: centos
driver:
platform: rhel
run_command: /usr/lib/systemd/systemd
provision_command:
- /bin/yum install -y initscripts net-tools wget
suites:
- name: default
provisioner:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
- curl https://chef.io/chef/install.sh | sudo bash -s -- -P chefdk
- chef gem install kitchen-docker
script:
- bundle exec rake travis
- docker version
- kitchen --version
- kitchen test -d always

0 comments on commit 36e7d70

Please sign in to comment.