From e6d474adae19952fc04b9a27622776156cedb2cd Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 13 May 2019 15:43:01 +0200 Subject: [PATCH] Temporarily remove .travis.yml to make clear that we do not use it at the moment. Also, write a long multi-line comment. No this has nothing to do with testing an IRC bot of any kind... --- .travis.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5860f17f7..000000000 --- a/.travis.yml +++ /dev/null @@ -1,28 +0,0 @@ -language: c -os: linux -dist: xenial -compiler: - - clang - - gcc -script: extras/build-tests/nix/build $BUILDCONFIG -env: - - BUILDCONFIG="" - - BUILDCONFIG="system-cares" - - BUILDCONFIG="system-cares system-curl" - - BUILDCONFIG="local-curl" -matrix: - include: - - os: osx - env: BUILDCONFIG="" - - os: osx - env: BUILDCONFIG="system-cares" - - os: osx - env: BUILDCONFIG="system-cares system-curl" - - os: osx - env: BUILDCONFIG="local-curl" - - env: BUILDCONFIG="libressl-27" - - env: BUILDCONFIG="libressl-28" - - env: BUILDCONFIG="libressl-29" - - env: BUILDCONFIG="openssl-102" - - env: BUILDCONFIG="openssl-110" - - env: BUILDCONFIG="openssl-111"