Ubuntu Trusty reaches EOL soon, so it is good time to
upgrade travis-ci machinery to use Xenial image.
Also, some improvements are made in Linux and OSX builds.
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourcefo
From: Ilya Shipitsin
osx image used for builds, i.e. xcode7.3 is outdated, we
can switch to "default" xcode9.4 and use more fast brew
travis-ci plugin
Signed-off-by: Ilya Shipitsin
---
.travis.yml | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/.travis.yml b/.travis
From: Ilya Shipitsin
Ubuntu Trusty reaches End of Life on April 30, 2019
Let us switch to xenial. Also, it simplifies mingw builds.
We do not need to add xenial mingw manually anymore
Signed-off-by: Ilya Shipitsin
---
.travis.yml | 9 ++---
.travis/build-deps.sh | 9 -
2
From: Ilya Shipitsin
Signed-off-by: Ilya Shipitsin
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index ede2aaa6..428131ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,9 @@ matrix:
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h"
Hello,
somehow cover letter was lost for no reason (it was delivered during test
git send-email).
the rationale behind switching to xenial is trusty EOL coming on 30 Apr
2019.
also, it is good time to refresh few more things like building on new arch
"linux-ppc64le"
and simplify osx brew manageme