Remove Travis

Travis was running 'ninja test' and that's now covered by Zuul.

https://github.com/containers/toolbox/issues/68
This commit is contained in:
Harry Míchal 2019-09-05 11:22:29 +02:00 committed by Debarshi Ray
parent a28177a7ab
commit c86a715d3c
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
dist: xenial
language: sh
addons:
apt:
packages:
- go-md2man
- ninja-build
- python3-pip
- python3-setuptools
update: true
install:
- sudo pip3 install meson
script:
- meson builddir && ninja -C builddir test