Skip to content

Commit

Permalink
Upgraded Ansible version on .travis.yml for ansible-galaxy's requirem…
Browse files Browse the repository at this point in the history
…ents.yml support.
  • Loading branch information
mtpereira committed May 25, 2015
1 parent 20d2d7d commit beeca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-apt python-pycurl
install:
- pip install ansible==1.6.9
- pip install ansible==1.8.4
script:
- echo localhost > inventory
- mkdir -p ~/roles/
Expand Down

0 comments on commit beeca72

Please sign in to comment.