Browse Source

Remove apt-get update

pull/104/merge
Antoine Legrand 8 years ago
parent
commit
238f6e8a0b
1 changed files with 0 additions and 3 deletions
  1. 3
      .travis.yml

3
.travis.yml

@ -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}

Loading…
Cancel
Save