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