Replace new instance of IS_TRAVIS with CI

pull/2252/head
Åke Forslund 2019-09-26 16:31:02 +02:00
parent 89a48b9f79
commit a77216714d
1 changed files with 1 additions and 1 deletions

View File

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