Replace new instance of IS_TRAVIS with CI
parent
89a48b9f79
commit
a77216714d
|
@ -298,7 +298,7 @@ function install_deps() {
|
|||
elif os_is_like debian || os_is debian || os_is_like ubuntu || os_is ubuntu || os_is linuxmint; then
|
||||
# Debian / Ubuntu / Mint
|
||||
echo "$GREEN Installing packages for Debian/Ubuntu/Mint...$RESET"
|
||||
if dpkg -V libjack-jackd2-0 > /dev/null 2>&1 && [[ -z $IS_TRAVIS ]] ; then
|
||||
if dpkg -V libjack-jackd2-0 > /dev/null 2>&1 && [[ -z ${CI} ]] ; then
|
||||
echo "
|
||||
We have detected that your computer has the libjack-jackd2-0 package installed.
|
||||
Mycroft requires a conflicting package, and will likely uninstall this package.
|
||||
|
|
Loading…
Reference in New Issue