travis: use bionic and the default bats

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2019-10-15 15:59:34 +02:00
parent 9d14ec7aea
commit d7fcf047ac

View file

@ -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: