Skip to content

Commit 86a1dc8

Browse files
committed
Update .travis.yml
1 parent 5c08adb commit 86a1dc8

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
dist: trusty
2+
13
language: python
24

35
python:
@@ -6,6 +8,28 @@ python:
68
env:
79
- ANSIBLE_VERSION=2.4.2.0
810
- ANSIBLE_VERSION=2.4.1.0
11+
- ANSIBLE_VERSION=2.4.0.0
12+
- ANSIBLE_VERSION=2.3.2.0
13+
- ANSIBLE_VERSION=2.3.1.0
14+
- ANSIBLE_VERSION=2.3.0.0
15+
- ANSIBLE_VERSION=2.2.3.0
16+
- ANSIBLE_VERSION=2.2.2.0
17+
- ANSIBLE_VERSION=2.2.1.0
18+
- ANSIBLE_VERSION=2.2.0.0
19+
- ANSIBLE_VERSION=2.1.6.0
20+
- ANSIBLE_VERSION=2.1.5.0
21+
- ANSIBLE_VERSION=2.1.4.0
22+
- ANSIBLE_VERSION=2.1.3.0
23+
- ANSIBLE_VERSION=2.1.2.0
24+
- ANSIBLE_VERSION=2.1.1.0
25+
- ANSIBLE_VERSION=2.1.0.0
26+
- ANSIBLE_VERSION=2.0.2.0
27+
- ANSIBLE_VERSION=2.0.1.0
28+
- ANSIBLE_VERSION=2.0.0.2
29+
- ANSIBLE_VERSION=2.0.0.1
30+
- ANSIBLE_VERSION=1.9.6
31+
- ANSIBLE_VERSION=1.9.5
32+
- ANSIBLE_VERSION=1.9.4
933

1034
script:
1135
- pex -o ansible-$ANSIBLE_VERSION.pex -v ansible==$ANSIBLE_VERSION

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Ansible Python EXecutable
77
## Getting Started
88

99
```
10-
curl -LO https://github.com/pdericson/ansible-pex/releases/download/2.4.2.0/ansible.pex
11-
chmod +x ansible.pex
12-
PEX_SCRIPT=ansible-playbook ./ansible.pex --version
10+
curl -LO https://github.com/pdericson/ansible-pex/releases/download/0.1.0/ansible-2.4.2.0.pex
11+
chmod +x ansible-2.4.2.0.pex
12+
PEX_SCRIPT=ansible-playbook ./ansible-2.4.2.0.pex --version
1313
```

0 commit comments

Comments
 (0)