Remove apt-get update

This commit is contained in:
Antoine Legrand 2016-01-25 22:46:20 +01:00
parent ef7cf3bf11
commit 238f6e8a0b

View file

@ -11,9 +11,6 @@ env:
- SITE=cluster.yml ANSIBLE_VERSION=2.0.0
- SITE=cluster.yml ANSIBLE_VERSION=1.9.4
before_install:
- sudo apt-get update -qq
install:
# Install Ansible.
- sudo -H pip install ansible==${ANSIBLE_VERSION}