Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angstwad authored Mar 4, 2019
1 parent 9c7f9d6 commit e57e367
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
---
language: python
python: "2.7"
env:
- ANSIBLE_VERSION='ansible<2'
- ANSIBLE_VERSION='ansible>2'

before_install:
- sudo apt-get update -qq
#- sudo apt-get install -qq python-apt python-pycurl
install:
# Install Ansible.
- sudo pip install $ANSIBLE_VERSION
- sudo pip install ansible-lint
- sudo pip install 'ansible>2' ansible-lint
- sudo pip install
script:
- ansible --version
- export ANSIBLE_ROLES_PATH="../"
Expand Down

0 comments on commit e57e367

Please sign in to comment.