Remove Travis CI integration

This commit is contained in:
Marc André Tanner 2020-04-20 15:51:13 +02:00
parent bf6587209f
commit 936602106a
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
language: c
matrix:
include:
- os: linux
compiler: gcc
env: TARGET=
- os: linux
compiler: clang
env: TARGET=
- os: linux
compiler: gcc
env: TARGET=debug
- os: linux
compiler: clang
env: TARGET=debug
- os: osx
compiler: clang
env: TARGET=
- os: osx
compiler: clang
env: TARGET=debug
script: ./configure && make $TARGET