travis: use bionic and the default bats
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
9d14ec7aea
commit
d7fcf047ac
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue