Skip to content

Commit

Permalink
Always run travis against latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Oct 7, 2020
1 parent 15a883e commit cbf31c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ python: "3.7"
env:
# run against latest version
- ANSIBLE_VERSION=latest
# run against minimal required version
- ANSIBLE_VERSION=2.7.*

# Use the new container infrastructure
sudo: false
Expand All @@ -19,7 +17,7 @@ addons:

install:
# Install ansible and dependencies
- if [ "$ANSIBLE_VERSION" = "latest" ]; then pip install ansible --upgrade; else pip install ansible=="$ANSIBLE_VERSION" --upgrade; fi
- pip install ansible --upgrade
- pip install ansible-lint requests --upgrade

# Check ansible version
Expand Down

0 comments on commit cbf31c5

Please sign in to comment.