Remove travis config file

This commit is contained in:
Iustin Pop
2021-06-05 23:51:41 +02:00
parent 3241491f72
commit 51b0d3da23
-18
View File
@@ -1,18 +0,0 @@
#
# travis-ci configuration file
#
language: c
# No tests or configuration steps for now
script: make && make distcheck
# Build with both gcc and clang
compiler:
- clang
- gcc
# Just in case the defaults change, we're only interested in Linux:
os:
- linux
# Use a recent GCC, as otherwise things seem weird
dist: bionic
arch:
- amd64
- ppc64le