From 5aa61d395cceb1e57ef06a84d7ef60b6e6fdf8df Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 30 May 2019 22:13:12 +0200 Subject: [PATCH] .travis.yml: When on Linux, install the systemd integration by default. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05a4de28..f7d12e7e 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; + ./waf configure --prefix=/usr --alsa --classic --dbus --systemd; ./waf -v build; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then