Merge pull request #52 from vrothberg/bats
travis: use bionic and the default bats
This commit is contained in:
commit
e565987415
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