1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

travis: Update icons switch

Use --enable-icons-and-clipboard instead of old --enable-icons
This commit is contained in:
Michael Vetter 2020-02-08 09:28:41 +01:00
parent 17b6cfaf7d
commit 968006e1dd

View File

@ -17,7 +17,7 @@ tests=()
case $(uname | tr '[:upper:]' '[:lower:]') in
linux*)
tests=(
"--enable-notifications --enable-icons --enable-otr --enable-pgp
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
--enable-omemo --enable-plugins --enable-c-plugins
--enable-python-plugins --with-xscreensaver"
"--disable-notifications --disable-icons --disable-otr --disable-pgp
@ -39,7 +39,7 @@ case $(uname | tr '[:upper:]' '[:lower:]') in
;;
darwin*)
tests=(
"--enable-notifications --enable-icons --enable-otr --enable-pgp
"--enable-notifications --enable-icons-and-clipboard --enable-otr --enable-pgp
--enable-omemo --enable-plugins --enable-c-plugins
--enable-python-plugins"
"--disable-notifications --disable-icons --disable-otr --disable-pgp