Skip to content

Commit a8a0c72

Browse files
committed
add tests with ansible 1.8
1 parent 16c1d02 commit a8a0c72

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
22
sudo: required
33
dist: trusty
4-
language: generic
54

65
matrix:
76
include:
8-
- env: ANSIBLE_VERSION=ppa:ansible/ansible
9-
- env: ANSIBLE_VERSION=ppa:ansible/ansible-1.9
7+
- env: ANSIBLE_VERSION=1.8.4
8+
- env: ANSIBLE_VERSION=1.9.5
9+
- env: ANSIBLE_VERSION=2.1.0
1010

1111
before_install:
1212
- sudo apt-get -y install software-properties-common
13-
- sudo apt-add-repository -y $ANSIBLE_VERSION
14-
- sudo apt-get -y update
15-
- sudo apt-get -y install ansible
13+
- sudo apt-get -y install python-pip
14+
- sudo pip install ansible==$ANSIBLE_VERSION
1615
- ansible --version
1716
# We download the latest deploy stable tag
1817
- sudo ansible-galaxy install carlosbuenosvinos.ansistrano-deploy

0 commit comments

Comments
 (0)