Skip to content

Commit 6545df0

Browse files
committed
Remove Ubuntu 12.04 test.
1 parent 1180759 commit 6545df0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ env:
2222
init: /sbin/init
2323
run_opts: ""
2424
playbook: test.yml
25-
- distro: ubuntu1204
26-
init: /sbin/init
27-
run_opts: ""
28-
playbook: test.yml
2925

3026
services:
3127
- docker

tests/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
dest: /sbin/initctl
99
mode: 0755
1010
force: yes
11-
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version|version_compare(16.04, '<')
11+
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '14.04'
1212
changed_when: false
1313

1414
roles:

0 commit comments

Comments
 (0)