Update Travis to bionic

This commit is contained in:
Gábor Lipták
2020-03-26 05:11:28 -04:00
committed by Nik Bougalis
parent be2652544b
commit 1c3c69f8b5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
language: cpp
dist: xenial
dist: bionic
services:
- docker

View File

@@ -1,4 +1,4 @@
ARG DIST_TAG=16.04
ARG DIST_TAG=18.04
FROM ubuntu:$DIST_TAG
ARG GIT_COMMIT=unknown
ARG CI_USE=false