Skip to content

Commit

Permalink
remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Jun 19, 2019
1 parent cc3ac7c commit 27c3404
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
dist: trusty
language: python
services:
- docker
Expand All @@ -11,18 +10,20 @@ 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 ../
- mv ansible-role-$ROLE_NAME avinetworks.$ROLE_NAME
- cd avinetworks.$ROLE_NAME

script:
- molecule test
- molecule lint

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/

0 comments on commit 27c3404

Please sign in to comment.