From c86a715d3cf2b8225e43083abbf7b31c9f104ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harry=20M=C3=ADchal?= Date: Thu, 5 Sep 2019 11:22:29 +0200 Subject: [PATCH] Remove Travis Travis was running 'ninja test' and that's now covered by Zuul. https://github.com/containers/toolbox/issues/68 --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ff0f113e7..000000000 --- a/.travis.yml +++ /dev/null @@ -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