From e10b8a839c802258a8907f7ea9ea475b7271c1e1 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 28 Jan 2019 13:49:41 +0100 Subject: [PATCH] btrfs-progs: ci: switch to newer build environment Use the Xenial dist for CI so now we have only 2 years old base version, instead of 4 years old. Kernel is 4.15, gcc is 5.4, clang 7.0. Signed-off-by: David Sterba --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a1a86b9..e854a5e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ cache: git: depth: 1 -dist: trusty +dist: xenial group: unstable branches: