Skip to content

Commit

Permalink
Show playbook right after distro in tests, change ubuntu1204 -> debian8
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc authored and exploide committed Mar 25, 2017
1 parent e82a68e commit da5a673
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ services: docker

env:
- distro: centos7
playbook: test.yml
init: /usr/lib/systemd/systemd
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
playbook: test.yml
- distro: centos6
playbook: test-source-install.yml
init: /sbin/init
run_opts: ""
playbook: test-source-install.yml
- distro: ubuntu1604
playbook: test.yml
init: /lib/systemd/systemd
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"
playbook: test.yml
- distro: ubuntu1404
init: /sbin/init
run_opts: ""
playbook: test-source-install.yml
- distro: ubuntu1204
init: /sbin/init
run_opts: ""
- distro: debian8
playbook: test.yml
init: /lib/systemd/systemd
run_opts: "--privileged --volume=/sys/fs/cgroup:/sys/fs/cgroup:ro"

before_install:
# Pull container.
Expand Down

0 comments on commit da5a673

Please sign in to comment.