Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit cf88ab6

Browse files
committed
fix travis tests
1 parent 2d39b3d commit cf88ab6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ cache: pip
44
services:
55
- docker
66
env:
7-
- ANSIBLE='ansible>=2.3.0,<2.4.0'
8-
- ANSIBLE='ansible>=2.4.0,<2.5.0'
9-
- ANSIBLE='ansible>=2.5.0,<2.6.0'
7+
- ANSIBLE=2.4
8+
- ANSIBLE=2.5
9+
- ANSIBLE=2.6
1010
install:
11-
- pip install ${ANSIBLE} 'ansible-lint>=3.4.15' 'molecule>=2.13.0' docker git-semver 'testinfra>=1.7.0'
11+
- pip install tox-travis git-semver
1212
script:
13-
- molecule test --all
13+
- tox
1414
deploy:
1515
provider: script
1616
skip_cleanup: true

0 commit comments

Comments
 (0)