From 454a8c4d70d14e9fc5fdc625e11c9f6769cd5e83 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 19 Aug 2019 19:48:16 +0200 Subject: [PATCH] remove libcutter from travis as it's not available anymore in the repos --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2198598..b331309 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ addons: - libusb-dev - doxygen - cmake - - libcutter-dev script: - if [ $BLD == autoconf ]; then autoreconf -vfi && mkdir build && cd build && ../configure --prefix=$HOME/.local/ && make -j2 && make install; fi