From 2bbc6a0b71b8dc4f0bd19694042f70a2df87a32f Mon Sep 17 00:00:00 2001 From: "Shahzad A. Chaudhry" Date: Tue, 19 May 2020 01:36:10 +0100 Subject: [PATCH] Updated Travis script to use Ubuntu Bionic 18.04 instead of Ubuntu Xenial 16.04 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4b2a1ff..4be342a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: required +dist: bionic before_install: - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"