diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 60bfaae..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -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 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9ccbf41..0000000 --- a/.travis.yml +++ /dev/null @@ -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"