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