From f1da0d3008af964bcc922c1ac9e0183053c79baa Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sat, 16 Feb 2019 16:12:15 +0000 Subject: [PATCH] switched travis to xenial The CRIU test for lazy migration was always skipped in Travis because the kernel was too old. This switches Travis testing to dist: xenial which provides a newer kernel which enables CRIU lazy migration testing. Signed-off-by: Adrian Reber --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 04b45e92..f04be04d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: go go: - 1.9.x @@ -21,9 +22,8 @@ env: - BUILDTAGS="seccomp apparmor selinux ambient" before_install: - - echo "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list - sudo apt-get -qq update - - sudo apt-get install -y libseccomp-dev/trusty-backports + - sudo apt-get install -y libseccomp-dev - go get -u golang.org/x/lint/golint - go get -u github.com/vbatts/git-validation - env | grep TRAVIS_