Skip to content

Commit

Permalink
Full tests for MySQL cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-hariton-epam committed Jan 7, 2017
1 parent 7bc9625 commit 21a9985
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,11 @@ branches:

services: docker

env:
matrix:
- INSTANCE=smoke-centos-6
- INSTANCE=smoke-centos-7
- INSTANCE=smoke-fedora-24
- INSTANCE=smoke-debian-8
- INSTANCE=smoke-ubuntu-1204
- INSTANCE=smoke-ubuntu-1404
- INSTANCE=smoke-ubuntu-1604
- INSTANCE=smoke-opensuse-132
- INSTANCE=smoke-opensuse-leap

before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"

script: KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
script: KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen test

matrix:
include:
Expand Down

0 comments on commit 21a9985

Please sign in to comment.