Speed up Travis

This commit is contained in:
Matt Willsher 2015-01-15 10:06:52 +00:00
parent f1c159854d
commit 9b2beed513

View file

@ -1,15 +1,12 @@
---
language: python
python: "2.7"
language: c
before_install:
# Make sure everything's up to date.
- sudo add-apt-repository -y ppa:ansible/ansible
- sudo apt-get update -qq
- sudo apt-get -qq install ansible
install:
# Install Ansible.
- pip install ansible
# Add ansible.cfg to pick up roles path.
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"