From 032c324dbc592173f94d24f835f8a7fdc8f73879 Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Mon, 25 Mar 2019 15:30:45 +0900 Subject: [PATCH] Travis: use carla instead of carla-git Due to some breaking changes in the development branch of Carla, we can't use the package right now. Fortunately, the carla package now points to 2.0 series. So we will use it. See also: https://kx.studio/News/?action=view&url=changes-in-kxstudio-repos-regarding-carla-and-jack2 --- .travis/linux..install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/linux..install.sh b/.travis/linux..install.sh index a4e0ea1cf9b..3e86eecfe87 100644 --- a/.travis/linux..install.sh +++ b/.travis/linux..install.sh @@ -22,4 +22,4 @@ sudo apt-get install -y $PACKAGES sudo add-apt-repository -y ppa:kxstudio-debian/libs sudo add-apt-repository -y ppa:kxstudio-debian/apps sudo apt-get update -sudo apt-get install -y carla-git +sudo apt-get install -y carla