]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
ci: drop travis config
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 2 Feb 2024 18:29:13 +0000 (12:29 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 2 Feb 2024 18:54:04 +0000 (12:54 -0600)
We are not using travis anymore for CI. Drop its configuration.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 64dd6cd..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-language: c
-dist: focal
-
-matrix:
-  include:
-    - compiler: gcc
-      env: CC=gcc
-    - compiler: clang
-      env: CC=clang
-
-before_install:
-  - sudo apt-get update -qq
-  - sudo apt-get install -qq libzstd-dev zstd
-  - sudo apt-get install -qq liblzma-dev
-  - sudo apt-get install -qq zlib1g-dev
-  - sudo apt-get install -qq xsltproc docbook-xsl
-  - sudo apt-get install -qq cython
-  - sudo apt-get install -qq linux-headers-generic
-
-before_script:
-  - export KDIR="$(find  /lib/modules/* -maxdepth  1 -name build | sort -n --reverse | head -1)"
-
-script:
-  - ./autogen.sh c --without-openssl && make -j
-  - make -j check
-
-notifications:
-  irc:
-    channels:
-      - "irc.freenode.org#kmod"
-    template:
-      - "%{commit}: %{author} - %{message}"