1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-17 15:45:32 -05:00

Remove config of Travis CI

This commit is contained in:
Alex Kotov 2021-12-14 01:48:39 +05:00
parent 43bad38beb
commit 3722708ea2
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -1,11 +0,0 @@
language: c
compiler:
- clang
- gcc
script:
- ./autogen.sh
- ./configure CFLAGS='-Werror'
- make
- make check