Add Ansible and Molecule versions to Travis (#217)

Always pulling the latest version may lead to some issues. Versions should only be updated after successfully testing the latest release.
This commit is contained in:
Alessandro Fael Garcia 2020-01-18 15:50:54 +01:00 committed by GitHub
parent 0b176f847a
commit ff010179bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,8 @@ env:
before_install:
- sudo apt-get -qq update
install:
- pip install molecule[docker]
- pip install ansible==2.9.2
- pip install molecule[docker]==2.22
script:
- travis_wait 50 molecule test -s $scenario
notifications: