From 59baaa1546531c5af0ddb2133989d41e1eebeb0a Mon Sep 17 00:00:00 2001 From: Federico Paolinelli Date: Mon, 7 Sep 2020 12:39:35 +0200 Subject: [PATCH] Bump up the ubuntu version used in CI to bionic. VRF support was introduced in ubuntu bionic, while it's missing in Xenial. This also introduces a change in the behaviour of nc command. On one hand, it requires a new line to send the buffer on the other side, on the other it hangs waiting for new input. To address this, a timeout was introduced to avoid the tests to hang, plus the buffer sent is terminated with a new line character. Signed-off-by: Federico Paolinelli --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f13ba07..60bf3094 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: go sudo: required -dist: xenial +dist: bionic go: - 1.13.x