From accae57e4b3e5e29a143e2ec36b36f4d6980bd79 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Thu, 7 Nov 2024 14:21:31 +0200 Subject: [PATCH] Remove ".travis.yml" --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2a9e9ba..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: c -sudo: false -dist: trusty -cache: - ccache: true -compiler: -- gcc -- clang -env: - global: - - EXTRAFLAGS='-v' - - PREFIX="${HOME}" -install: -- 'true' -script: -- make -- ./mcrcon -h -- ./mcrcon -v -- make install -- make uninstall