mirror of
https://github.com/willshersystems/ansible-sshd
synced 2025-01-14 11:00:18 +01:00
Speed up Travis
This commit is contained in:
parent
f1c159854d
commit
9b2beed513
1 changed files with 3 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue