Skip to content

Commit

Permalink
Install current version of Ansible when testing instead of 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Aug 4, 2014
1 parent 533c142 commit 4c90e50
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 @@ -10,7 +10,7 @@ before_install:

install:
# Install Ansible.
- pip install ansible==1.5.0
- pip install ansible

# Add ansible.cfg to pick up roles path.
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
Expand Down

0 comments on commit 4c90e50

Please sign in to comment.