travis update attempt 5
`stretch` mxe binaries are failing due to missing libraries like `libssl.so.1.1`, try to use the `trusty` repo instead. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
77bcbbf445
commit
36fbf71527
|
@ -319,7 +319,7 @@ debian_installdeps() {
|
||||||
# this is necessary to upgrade libcurl from trusty to xenial on travis
|
# this is necessary to upgrade libcurl from trusty to xenial on travis
|
||||||
sudo apt-get -qy -f install
|
sudo apt-get -qy -f install
|
||||||
|
|
||||||
debian_rel=stretch
|
debian_rel=trusty
|
||||||
|
|
||||||
apt_ssl_exceptions=/etc/apt/apt.conf.d/80ssl-exceptions
|
apt_ssl_exceptions=/etc/apt/apt.conf.d/80ssl-exceptions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue