Skip to content

Commit

Permalink
Update (previous) ansible 2.6 to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed May 19, 2019
1 parent c733dcd commit 85acbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ language: python
services: docker

env:
- version=">=2.6,<2.7" distro="centos-6"
- version=">=2.7,<2.8" distro="centos-6"
- version="" distro="centos-6"
- version="devel" distro="centos-6"
- version=">=2.6,<2.7" distro="centos-latest"
- version=">=2.7,<2.8" distro="centos-latest"
- version="" distro="centos-latest"
- version="devel" distro="centos-latest"

Expand Down

0 comments on commit 85acbb1

Please sign in to comment.