From 9dcdba5db54128b47e53c71fafcbf0573dc5cc09 Mon Sep 17 00:00:00 2001 From: Maxximou5 Date: Sun, 21 Jan 2024 11:39:53 -0800 Subject: [PATCH] Remove travis --- .travis.yml | 24 ------------------------ README.md | 28 ++++++---------------------- 2 files changed, 6 insertions(+), 46 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0fdbd4b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -sudo: false -language: sourcepawn - -addons: - apt_packages: - - lib32stdc++6 - -matrix: - allow_failures: - - env: SMVERSION=1.11 - -env: - - SMVERSION=1.11 - -before_script: - - mkdir temp - - wget "http://www.sourcemod.net/latest.php?version=$SMVERSION&os=linux" -O temp/sourcemod-$SMVERSION-linux.tar.gz - - tar -xzf temp/sourcemod-$SMVERSION-linux.tar.gz -C temp/ - - cp -r temp/addons/sourcemod/scripting/* scripting/ - - cd scripting/ - - chmod +x spcomp - -script: -- ./compile.sh deathmatch.sp diff --git a/README.md b/README.md index 87dbcd1..68d99dd 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,10 @@

- - CS:GO Deathmatch Sourcemod Plugin - -
- - Version - - - Stars - - - Forks - - - License - - - Issues - - - Issues - + CS:GO Deathmatch Sourcemod Plugin + Version + Stars + Forks + License + Issues

#### **[CS:GO] Deathmatch** - Enables deathmatch style gameplay (respawning, gun selection, spawn protection, etc).