Make travis install the last Ansible

This commit is contained in:
Mayeu 2015-04-25 19:00:28 +02:00
Родитель 3e52bcb403
Коммит ca57b188b5
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ before_install:
- sudo apt-get update -qq
install:
# Install Ansible.
- pip install ansible==1.6.0
- pip install ansible
# Create an inventory file for testing.
- "printf 'rabbit-standalone ansible_ssh_host=localhost' > inventory"

Просмотреть файл

@ -10,6 +10,10 @@ This change log follow the convention proposed by [Kepp a CHANGELOG](http://keep
- New option to configure permission for users
### Changed
- Travis now uses the last Ansible
## [1.4.0] - 2014-11-20
### Added