From f9a2c875454576b2e58e85436f63d83da119048d Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Mon, 21 Oct 2019 13:15:41 -0400 Subject: [PATCH] Travis: use bionic dist original commit: a6a7e27f818da196f32e907d085d5e3456a9cd65 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ca9ea655d2..b170539088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +--- language: c matrix: include: @@ -56,7 +57,7 @@ matrix: before_script: - git config core.autocrlf false; rm .git/index; git reset --hard - choco install make -y -dist: xenial +dist: bionic script: - .travis/build.sh - .travis/test.sh