From 7c9b1888a594a0522f5a358d2dcb34a18a393f69 Mon Sep 17 00:00:00 2001 From: Dag Heyman Date: Mon, 5 Nov 2018 09:24:15 +0100 Subject: [PATCH] travis: drop hidapi install (not needed) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3dd0322..ec313801 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ install: git clone https://github.com/aurelien-rainone/macdeployqtfix.git brew install qt5 swig brew link qt5 -f - brew install ykpers libyubikey hidapi libusb + brew install ykpers libyubikey libusb # Build Python 3 with --enable-framework, to be able to distribute it in a .app bundle brew upgrade pyenv eval "$(pyenv init -)" @@ -91,7 +91,6 @@ after_success: find /usr/local/Cellar/json-c/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';' find /usr/local/Cellar/ykpers/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';' find /usr/local/Cellar/libyubikey/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';' - find /usr/local/Cellar/hidapi/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';' find /usr/local/Cellar/libusb/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';' find /usr/local/Cellar/openssl/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';' # Copy Python framework