From b15fe0d62653d39f2793f14e65fb6ea6ea5968aa Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 30 May 2019 22:54:07 +0200 Subject: [PATCH] .travis.yml: Switching to correct flag to install systemd units (--systemd-unit). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd5e74a4..730aaa30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ before_script: script: - if [ "$TRAVIS_OS_NAME" == "linux" ]; then - ./waf configure --prefix=/usr --alsa --classic --dbus --systemd; + ./waf configure --prefix=/usr --alsa --classic --dbus --systemd-unit; ./waf -v build; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then