From 27c34042cdf042cdec5f7956ed605bd1c0f0876f Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 19 Jun 2019 16:28:38 -0700 Subject: [PATCH] remove dist --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7f00003..15dbad4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ --- -dist: trusty language: python services: - docker @@ -11,10 +10,12 @@ env: global: - ROLE_NAME: avicontroller matrix: - - MOLECULE_IMAGE: debian-8 + - MOLECULE_DISTRO: centos:7 + MOLECULE_SERVICE_MANAGER: systemd + MOLECULE_COMMAND: /usr/sbin/init install: - - pip install molecule docker + - pip install testinfra molecule docker before_script: - cd ../ @@ -22,7 +23,7 @@ before_script: - cd avinetworks.$ROLE_NAME script: - - molecule test + - molecule lint notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/