shithub: choc

Download patch

ref: c74cb1b65f46fc2b3846238418bc6c8272d454a3
parent: 92fdc8f2dd4499c68b290231866a9a92aa892bd4
parent: c8f58bbd0bf885b977e34e0f6e95cf27a9413f73
author: Michael Francis <mikefrancis95@gmail.com>
date: Mon Jan 3 17:00:49 EST 2022

Merge pull request #1421 from mfrancis95/removetravisyml

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