Skip to content

Commit d733583

Browse files
committed
Install current version of Ansible when testing instead of 1.5.0.
1 parent 71cf633 commit d733583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717

1818
install:
1919
# Install Ansible.
20-
- pip install ansible==1.5.0
20+
- pip install ansible
2121

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

0 commit comments

Comments
 (0)