remove unused CIs

This commit is contained in:
2019-08-07 10:57:12 +02:00
parent c046b4d0ca
commit 96be32af8b
2 changed files with 0 additions and 18 deletions

View File

@@ -1,7 +0,0 @@
# SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
reuse:
image: fsfe/reuse:latest
script:
- reuse lint

View File

@@ -1,11 +0,0 @@
# SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V.
# SPDX-License-Identifier: CC0-1.0
language: minimal
services:
- docker
before_install:
- docker pull fsfe/reuse:latest
- docker run --name reuse -v ${TRAVIS_BUILD_DIR}:/repo fsfe/reuse /bin/sh -c "cd /repo; reuse lint"