remove libcutter from travis as it's not available anymore in the repos

This commit is contained in:
Philippe Teuwen 2019-08-19 19:48:16 +02:00
parent 141907e127
commit 454a8c4d70

View file

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