travis CHANGE download libssh insecurely
diff --git a/install-dependencies.sh b/install-dependencies.sh
index 6c8512a..f324f68 100755
--- a/install-dependencies.sh
+++ b/install-dependencies.sh
@@ -10,7 +10,7 @@
 fi
 
 (
-wget https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz && tar -xJf libssh-0.7.3.tar.xz && cd libssh-0.7.3 && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && sudo make install
+wget --no-check-certificate https://red.libssh.org/attachments/download/195/libssh-0.7.3.tar.xz && tar -xJf libssh-0.7.3.tar.xz && cd libssh-0.7.3 && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make && sudo make install
 )
 
 (