Skip to content

Commit

Permalink
Add ansible 2.8 to tests; upgrade molecule version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickkwa authored Oct 6, 2019
1 parent d4a1f14 commit af47855
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ language: python
python: 3.6

env:
- ANSIBLE_VER="~=2.5.0" MOLECULE_VER="~=2.20.0"
- ANSIBLE_VER="~=2.6.0" MOLECULE_VER="~=2.20.0"
- ANSIBLE_VER="~=2.7.0" MOLECULE_VER="~=2.20.0"
- ANSIBLE_VER="~=2.5.0" MOLECULE_VER="~=2.22.0"
- ANSIBLE_VER="~=2.6.0" MOLECULE_VER="~=2.22.0"
- ANSIBLE_VER="~=2.7.0" MOLECULE_VER="~=2.22.0"
- ANSIBLE_VER="~=2.8.0" MOLECULE_VER="~=2.22.0"
- ANSIBLE_VER="" MOLECULE_VER=""

sudo: true
Expand Down

0 comments on commit af47855

Please sign in to comment.