We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c1d02 commit a8a0c72Copy full SHA for a8a0c72
.travis.yml
@@ -1,18 +1,17 @@
1
---
2
sudo: required
3
dist: trusty
4
-language: generic
5
6
matrix:
7
include:
8
- - env: ANSIBLE_VERSION=ppa:ansible/ansible
9
- - env: ANSIBLE_VERSION=ppa:ansible/ansible-1.9
+ - env: ANSIBLE_VERSION=1.8.4
+ - env: ANSIBLE_VERSION=1.9.5
+ - env: ANSIBLE_VERSION=2.1.0
10
11
before_install:
12
- 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
+ - sudo apt-get -y install python-pip
+ - sudo pip install ansible==$ANSIBLE_VERSION
16
- ansible --version
17
# We download the latest deploy stable tag
18
- sudo ansible-galaxy install carlosbuenosvinos.ansistrano-deploy
0 commit comments