From 27ac4dd319a370838d22edce727c360bbf8bdbe4 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Wed, 18 Dec 2019 01:47:13 +0800 Subject: [PATCH] chore(travis-ci): upgrade build environment to ubuntu bionic [skip appveyor] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e38fcc752..10730c1ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ matrix: include: - os: linux compiler: gcc - dist: xenial + dist: bionic sudo: required install: "./travis-install.sh" script: make test