Skip to content

Commit 92075c3

Browse files
author
Gustavo Muniz do Carmo
committed
improvements
1 parent ae3f928 commit 92075c3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,22 @@ sudo: required
77
services:
88
- docker
99

10-
# Install ansible
1110
addons:
1211
apt:
1312
packages:
1413
- python-pip
1514

1615
install:
17-
# Install ansible
1816
- pip install ansible
1917

20-
# Check ansible version
21-
- ansible --version
22-
23-
script:
18+
before_script:
2419
- docker run --name xenial -d codeyourinfra/python3:xenial
2520
- docker run --name bionic -d codeyourinfra/python3:bionic
21+
22+
script:
2623
- ansible-playbook tests/test.yml -i tests/inventory
24+
25+
after_script:
2726
- docker stop xenial bionic
2827
- docker rm xenial bionic
2928

0 commit comments

Comments
 (0)