mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 12:54:16 +01:00
add -y to add-apt-repository for travis
This commit is contained in:
parent
14ab682a8e
commit
3318af74ff
@ -7,7 +7,7 @@ env:
|
|||||||
- CONFIGURE_ARGS="--without-cr"
|
- CONFIGURE_ARGS="--without-cr"
|
||||||
- CONFIGURE_ARGS="--without-ldap --without-cr"
|
- CONFIGURE_ARGS="--without-ldap --without-cr"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:yubico/stable
|
- sudo add-apt-repository -y ppa:yubico/stable
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq -y libykclient-dev libpam0g-dev libldap2-dev libykpers-1-dev libyubikey-dev
|
- sudo apt-get install -qq -y libykclient-dev libpam0g-dev libldap2-dev libykpers-1-dev libyubikey-dev
|
||||||
script: autoreconf -i && ./configure $CONFIGURE_ARGS && make check
|
script: autoreconf -i && ./configure $CONFIGURE_ARGS && make check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user