Skip to content

Commit 8ededc8

Browse files
author
Marc Aschmann
committed
travis build version fix
1 parent 2eaae8a commit 8ededc8

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
@@ -13,7 +13,7 @@ addons:
1313

1414
install:
1515
# Install Ansible.
16-
- pip install ansible==1.9
16+
- pip install ansible==1.9.4
1717

1818
# Add ansible.cfg to pick up roles path.
1919
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"

0 commit comments

Comments
 (0)