Browse Source

.travis.yml: Switching to correct flag to install systemd units (--systemd-unit).

tags/v1.9.13
David Runge 6 years ago
parent
commit
b15fe0d626
No known key found for this signature in database GPG Key ID: 54C28F4FF5A1A949
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -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


Loading…
Cancel
Save