Skip to content

Commit 44d58ed

Browse files
authored
Merge pull request #117 from ansiblebit/develop
updated metadata
2 parents 283d0a0 + 9ea6fd7 commit 44d58ed

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ sudo: yes
44
matrix:
55
include:
66
- python: 3.6
7-
env: TOXENV=py27-ansible28
7+
env: TOXENV=py36-ansible28
88
- python: 3.6
9-
env: TOXENV=py27-ansible27
9+
env: TOXENV=py36-ansible27
1010
- python: 3.6
11-
env: TOXENV=py27-ansible26
11+
env: TOXENV=py36-ansible26
1212
- python: 3.6
13-
env: TOXENV=py27-ansible25
13+
env: TOXENV=py36-ansible25
1414
- python: 2.7
1515
env: TOXENV=py27-ansible24
1616
- python: 2.7

meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ galaxy_info:
1313
platforms:
1414
- name: CentOS
1515
versions:
16-
- all
1716
- any
1817
- 7
1918
- 6
@@ -23,12 +22,13 @@ galaxy_info:
2322
- wheezy
2423
- name: RedHat
2524
versions:
26-
- all
2725
- any
2826
- 7
2927
- 6
3028
- name: Ubuntu
3129
versions:
30+
- cosmic
31+
- bionic
3232
- xenial
3333
- vivid
3434
- trusty

tests/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# file: primogen/tests/tasks
2+
# file: oracle-java/tests/tasks/main.yml
33
#
44
# Test tasks to verify role execution.
55
#

0 commit comments

Comments
 (0)