File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ sudo: yes
4
4
matrix :
5
5
include :
6
6
- python : 3.6
7
- env : TOXENV=py27 -ansible28
7
+ env : TOXENV=py36 -ansible28
8
8
- python : 3.6
9
- env : TOXENV=py27 -ansible27
9
+ env : TOXENV=py36 -ansible27
10
10
- python : 3.6
11
- env : TOXENV=py27 -ansible26
11
+ env : TOXENV=py36 -ansible26
12
12
- python : 3.6
13
- env : TOXENV=py27 -ansible25
13
+ env : TOXENV=py36 -ansible25
14
14
- python : 2.7
15
15
env : TOXENV=py27-ansible24
16
16
- python : 2.7
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ galaxy_info:
13
13
platforms :
14
14
- name : CentOS
15
15
versions :
16
- - all
17
16
- any
18
17
- 7
19
18
- 6
@@ -23,12 +22,13 @@ galaxy_info:
23
22
- wheezy
24
23
- name : RedHat
25
24
versions :
26
- - all
27
25
- any
28
26
- 7
29
27
- 6
30
28
- name : Ubuntu
31
29
versions :
30
+ - cosmic
31
+ - bionic
32
32
- xenial
33
33
- vivid
34
34
- trusty
Original file line number Diff line number Diff line change 1
1
---
2
- # file: primogen /tests/tasks
2
+ # file: oracle-java /tests/tasks/main.yml
3
3
#
4
4
# Test tasks to verify role execution.
5
5
#
You can’t perform that action at this time.
0 commit comments