shithub: choc

Download patch

ref: c8f58bbd0bf885b977e34e0f6e95cf27a9413f73
parent: 9dc7a7f5d543317b2fd7c63a4ca1c3d14eebf205
author: mfrancis95 <mikefrancis95@gmail.com>
date: Sun Jan 2 18:03:27 EST 2022

Remove .travis.yml, which has been replaced with GitHub Actions

--- a/.travis.yml
+++ /dev/null
@@ -1,34 +1,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