shithub: opus

Download patch

ref: 763bd345498efed58dc6fa06acb9f580e94ca368
parent: ca62cca926aac8d3ea752715523dedb92a24f91a
author: Marcus Asteborg <xnorpx@outlook.com>
date: Sat Jun 17 03:43:43 EDT 2023

Remove Travis CI, replaced with Github actions

--- a/.travis.yml
+++ /dev/null
@@ -1,21 +1,0 @@
-language: c
-
-compiler:
-  - gcc
-  - clang
-
-os:
-  - linux
-  - osx
-
-env:
-  - CONFIG=""
-  - CONFIG="--enable-assertions"
-  - CONFIG="--enable-fixed-point"
-  - CONFIG="--enable-fixed-point --disable-float-api"
-  - CONFIG="--enable-fixed-point --enable-assertions"
-
-script:
-  - ./autogen.sh
-  - ./configure $CONFIG
-  - make distcheck
--