Skip to content

Commit cd0e25d

Browse files
ind1goGitHub Enterprise
authored andcommitted
Merge pull request #61 from CICS/andrewtwydell-release-errors
Adds missing files to built collection
2 parents a952728 + 416da00 commit cd0e25d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
- ANSIBLE_VERSION="stable-2.12"
1010
- ANSIBLE_VERSION="stable-2.13"
1111
- ANSIBLE_VERSION="stable-2.14"
12+
- ANSIBLE_VERSION="stable-2.15"
1213
- ANSIBLE_VERSION="devel"
1314
matrix:
1415
exclude:
@@ -19,11 +20,15 @@ matrix:
1920
env: ANSIBLE_VERSION="stable-2.13"
2021
- python: "2.7"
2122
env: ANSIBLE_VERSION="stable-2.14"
23+
- python: "2.7"
24+
env: ANSIBLE_VERSION="stable-2.15"
2225
- python: "2.7"
2326
env: ANSIBLE_VERSION="devel"
2427
# Python 3.8 max ansible version is 2.13
2528
- python: "3.8"
2629
env: ANSIBLE_VERSION="stable-2.14"
30+
- python: "3.8"
31+
env: ANSIBLE_VERSION="stable-2.15"
2732
- python: "3.8"
2833
env: ANSIBLE_VERSION="devel"
2934
# Ansible 2.11 max python version support is 3.9

galaxy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ build_ignore:
5353
- .idea
5454
- .gitignore
5555
- .ansible-test
56-
- tests
56+
- tests/integration
57+
- tests/unit
58+
- tests/output
59+
- tests/__init__.py
5760
- docs
5861
- CONTRIBUTING.md
5962
- build.sh
60-
- requirements.txt
6163
- dev-requirements.txt
6264
- doc-requirements.txt
6365
- .travis

0 commit comments

Comments
 (0)