commit c8f58bbd0bf885b977e34e0f6e95cf27a9413f73
Author: mfrancis95 <mikefrancis95@gmail.com>
AuthorDate: Sun Jan 2 23:03:27 2022 -0500
Commit: mfrancis95 <mikefrancis95@gmail.com>
CommitDate: Sun Jan 2 23:03:27 2022 -0500
Remove .travis.yml, which has been replaced with GitHub Actions
---
.travis.yml | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index fb105ffe..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-language: c
-
-cache: ccache
-
-compiler:
- - gcc
- - clang
-
-sudo: required
-dist: bionic
-
-matrix:
- include:
- - compiler: gcc
- env: ANALYZE=true
-
-addons:
- apt:
- packages:
- - cppcheck
- - libpng-dev
- - libsdl2-dev
- - libsdl2-mixer-dev
- - libsdl2-net-dev
- - libsdl2-image-dev
- - libsamplerate0-dev
-
-script: ./.travis.sh
-
-branches:
- only:
- - master
- - c++-clean
- - vanilla-net