Skip to content

Commit

Permalink
.travis.yml: fix dpkg-buildpackage with quilt format
Browse files Browse the repository at this point in the history
This adds the -b flag, which means "Specifies a binary-only build, no
source files are to be built and/or distributed"

Found in https://askubuntu.com/a/675211/611938
  • Loading branch information
dequis committed Oct 31, 2019
1 parent 3407119 commit bcd8f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ language: c
script: script:
- ./configure --pam=1 --ldap=1 - ./configure --pam=1 --ldap=1
- make check - make check
- dpkg-buildpackage -uc -us - dpkg-buildpackage -uc -us -b


env: env:
global: global:
Expand Down

0 comments on commit bcd8f52

Please sign in to comment.