From 1c688cf6dcb0127b3ea5aede0eeb49b7796cfdd4 Mon Sep 17 00:00:00 2001 From: Jinnah Ali-Clarke Date: Tue, 28 May 2024 13:05:24 -0400 Subject: [PATCH] rm .travis.yml --- .travis.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1dd79c82..00000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: nix -nix: 2.17.0 -os: linux -dist: xenial -vm: - # we were getting out of memory errors without this - size: large -env: - global: - - PGPORT=8088 - - CACHIX_CACHE=nri - jobs: - - GHC_VERSION=8-10 - - GHC_VERSION=9-2 - - GHC_VERSION=9-4 -install: - - echo "trusted-users = $USER" | sudo tee -a /etc/nix/nix.conf - - sudo systemctl restart nix-daemon - - nix-env -iA nixpkgs.cachix - - cachix use $CACHIX_CACHE -script: - - cachix watch-exec $CACHIX_CACHE -- nix-shell shell-ghc-$GHC_VERSION.nix --run "./run-tests.sh"