From d7fcf047aca84fb86673e4a17e3ed0190c4c0965 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 15 Oct 2019 15:59:34 +0200 Subject: [PATCH] travis: use bionic and the default bats Signed-off-by: Valentin Rothberg --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f13760e..39204a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: required +dist: bionic services: - docker @@ -7,8 +8,6 @@ env: - CTR_ENGINE=docker before_install: - - sudo add-apt-repository ppa:duggan/bats --yes - - sudo apt-get update -qq - sudo apt-get install -qq bats shellcheck script: