From 51b0d3da23e5e9f45512050beb35bd8cb3940d60 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 5 Jun 2021 23:51:41 +0200 Subject: [PATCH] Remove travis config file --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 595e42e..0000000 --- a/.travis.yml +++ /dev/null @@ -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