From 4ee91aae793ab0e7b5dc252d48d6ad97468ad28f Mon Sep 17 00:00:00 2001 From: Andrew Rosborough Date: Sun, 31 Jan 2016 01:23:20 -0500 Subject: [PATCH] Systemd --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e617ddeced..849a016a28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,14 +15,14 @@ env: distribution: centos version: 7 init: /sbin/init - run_opts: "" + run_opts: "-v /tmp/$(mktemp -d):/run" script_opts: "--server-webserver=apache" supervisor_stop: "service stop supervisord" - test: CentOS 7 NGINX distribution: centos version: 7 init: /sbin/init - run_opts: "" + run_opts: "-v /tmp/$(mktemp -d):/run" script_opts: "--server-webserver=nginx" supervisor_stop: "service stop supervisord" - test: Ubuntu 14.04 Apache