From 5e8406984480ab81439103e2b95c1234006ddbe6 Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 21 Feb 2019 15:37:21 -0500 Subject: [PATCH] Update travis to xenial worker Signed-off-by: Michael Crosby --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a230677a..ec01c66f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: trusty +dist: xenial sudo: required # setup travis so that we can run containers for integration tests services: @@ -25,6 +25,7 @@ addons: - libprotobuf-c0-dev - libprotobuf-dev - socat + - libseccomp-dev env: - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 @@ -33,8 +34,6 @@ env: before_install: - uname -r - - sudo apt-get -q update - - sudo apt-get install -y libseccomp-dev/trusty-backports install: - sudo PATH=$PATH GOPATH=$GOPATH script/setup/install-protobuf