Browse Source
.travis.yml: When on Linux, install the systemd integration by default.
tags/v1.9.13
David Runge
6 years ago
No known key found for this signature in database
GPG Key ID: 54C28F4FF5A1A949
1 changed files with
1 additions and
1 deletions
-
.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 |
|
|
|