Skip to content

Commit b54329a

Browse files
authored
Update .travis.yml
1 parent 02f64d1 commit b54329a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ env:
1212
- ANSIBLE_VERSION=2.4.3.0
1313
- ANSIBLE_VERSION=2.4.2.0
1414
- ANSIBLE_VERSION=2.4.1.0
15-
# - ANSIBLE_VERSION=2.4.0.0
16-
- ANSIBLE_VERSION=2.3.2.0
17-
- ANSIBLE_VERSION=2.3.1.0
18-
- ANSIBLE_VERSION=2.3.0.0
19-
- ANSIBLE_VERSION=2.2.3.0
20-
- ANSIBLE_VERSION=2.2.2.0
21-
# - ANSIBLE_VERSION=2.2.1.0
22-
- ANSIBLE_VERSION=2.2.0.0
15+
# # - ANSIBLE_VERSION=2.4.0.0
16+
# - ANSIBLE_VERSION=2.3.2.0
17+
# - ANSIBLE_VERSION=2.3.1.0
18+
# - ANSIBLE_VERSION=2.3.0.0
19+
# - ANSIBLE_VERSION=2.2.3.0
20+
# - ANSIBLE_VERSION=2.2.2.0
21+
# # - ANSIBLE_VERSION=2.2.1.0
22+
# - ANSIBLE_VERSION=2.2.0.0
2323
# - ANSIBLE_VERSION=2.1.6.0
2424
# - ANSIBLE_VERSION=2.1.5.0
2525
# - ANSIBLE_VERSION=2.1.4.0
@@ -36,7 +36,7 @@ env:
3636
# - ANSIBLE_VERSION=1.9.4
3737

3838
script:
39-
- pex -o ansible-$ANSIBLE_VERSION.pex -v ansible==$ANSIBLE_VERSION ansible-lint pycodestyle yamllint netaddr ara==0.14.5
39+
- pex -o ansible-$ANSIBLE_VERSION.pex -v ansible==$ANSIBLE_VERSION ansible-lint pycodestyle yamllint netaddr ara==0.14.5 ansible-modules-hashivault
4040
- PEX_SCRIPT=ansible-playbook ./ansible-$ANSIBLE_VERSION.pex --version
4141

4242
deploy:

0 commit comments

Comments
 (0)