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:
parent
a28177a7ab
commit
c86a715d3c
17
.travis.yml
17
.travis.yml
|
@ -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
|
Loading…
Reference in New Issue