Skip to content
Snippets Groups Projects
Commit 9648c4c0 authored by nimrod's avatar nimrod
Browse files

- Added all supported Linux distros to the Docker Travis CI build.

parent 56374d14
No related branches found
No related tags found
No related merge requests found
......@@ -57,3 +57,33 @@ docker:
environment:
DEBIAN_FRONTEND: noninteractive
container: docker
- name: example-trusty
image: ubuntu-upstart
image_version: trusty
environment:
DEBIAN_FRONTEND: noninteractive
container: docker
- name: example-precise
image: ubuntu
image_version: precise
environment:
DEBIAN_FRONTEND: noninteractive
container: docker
- name: example-jessie
image: debian
image_version: jessie
command: /sbin/init
cap_add:
- SYS_ADMIN
volume_mounts:
- /sys/fs/cgroup:/sys/fs/cgroup
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
environment:
DEBIAN_FRONTEND: noninteractive
container: docker
- name: example-wheezy
image: debian
image_version: wheezy
environment:
DEBIAN_FRONTEND: noninteractive
container: docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment