Merge pull request #52 from vrothberg/bats

travis: use bionic and the default bats
This commit is contained in:
Valentin Rothberg 2019-10-15 17:23:51 +02:00 committed by GitHub
commit e565987415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
sudo: required sudo: required
dist: bionic
services: services:
- docker - docker
@ -7,8 +8,6 @@ env:
- CTR_ENGINE=docker - CTR_ENGINE=docker
before_install: before_install:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats shellcheck - sudo apt-get install -qq bats shellcheck
script: script: