From 59aeebd495df96c694924f8fef3c9aa5e82942ca Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 1 Jan 2020 16:36:57 +0100 Subject: chore: Remove Travis CI integration file The depot is not built using Travis (but might be built using SourceHut or something in the future). --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2ab57adb59..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: nix -nix: 2.2.2 -env: - - NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}" -before_script: - - nix-env -f '' -iA third_party.cachix - - cachix use tazjin -script: - - nix-build ci-builds.nix | cachix push tazjin -- cgit 1.4.1