Skip to content

Commit 732e7dc

Browse files
committed
Add Ubuntu 16.04 to Travis test environments.
1 parent 6c41d19 commit 732e7dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ env:
1010
version: latest
1111
init: /usr/lib/systemd/systemd
1212
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
13+
- repository: geerlingguy/docker-ubuntu1604-ansible
14+
version: latest
15+
init: /lib/systemd/systemd
16+
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
1317
- repository: geerlingguy/docker-ubuntu1404-ansible
1418
version: latest
1519
init: /sbin/init

0 commit comments

Comments
 (0)