From 14f1636bc00f41b51ae3ad51eb42ebdefcab7237 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 10 Aug 2018 09:37:25 +0200 Subject: [PATCH] travis: upgrade to xenial (Ubuntu 16.04) Perhaps this will use a newer kernel with support for nftables stateful objects? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 936162e..0e7b816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # Use the (faster) container-based infrastructure, see also # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: required -dist: trusty +dist: xenial services: - docker