aboutsummaryrefslogtreecommitdiff
path: root/.travis/build-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/build-deps.sh')
-rwxr-xr-x.travis/build-deps.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis/build-deps.sh b/.travis/build-deps.sh
index 96a030c..391b35e 100755
--- a/.travis/build-deps.sh
+++ b/.travis/build-deps.sh
@@ -130,15 +130,6 @@ build_openssl () {
fi
}
-if [ ! -z ${CHOST+x} ]; then
- #
- # openvpn requires at least mingw-gcc-4.9, which is available at xenial repo
- #
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu xenial main universe"
- sudo apt-get update
- sudo apt-get -y install dpkg mingw-w64
-fi
-
# Download and build crypto lib
if [ "${SSLLIB}" = "openssl" ]; then
download_openssl