Update .travis.yml

This commit is contained in:
quantum-x 2019-08-21 10:06:19 +02:00 committed by GitHub
parent fbdbe6eff3
commit ad695d0a18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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