From af8e59eea41583889cb159fa01b4c6803b6a0a19 Mon Sep 17 00:00:00 2001 From: gcoco Date: Sun, 28 Oct 2018 22:53:48 -0400 Subject: [PATCH] Use https for download --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 272c799db..5f65c5705 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,14 +39,14 @@ before_install: ## Disable KML for now ##- brew install --HEAD travis/libkml.rb - sudo chmod -R +w /usr/local -- curl -O http://www.ftdichip.com/Drivers/D2XX/MacOSX/D2XX1.2.2.dmg +- curl -O https://www.ftdichip.com/Drivers/D2XX/MacOSX/D2XX1.2.2.dmg +- hdiutil mount D2XX1.2.2.dmg - git clone --branch 0.98 https://github.com/kypeli/kQOAuth.git kQOAuth-0.98 - cd kQOAuth-0.98 - CC=clang CXX=clang++ /usr/local/opt/$QT_PATH/bin/qmake -makefile -recursive QMAKE_CXXFLAGS_WARN_ON+="-Wno-unused-private-field -Wno-c++11-narrowing" - CC=clang CXX=clang++ make -j2 qmake_all - CC=clang CXX=clang++ sudo make install - cd .. -- hdiutil mount D2XX1.2.2.dmg before_script: - mkdir D2XX - cp /Volumes/release/D2XX/Object/10.5-10.7/x86_64/libftd2xx.1.2.2.dylib D2XX