From ceb579d797651ab68ef8829cf293f5ad60470544 Mon Sep 17 00:00:00 2001 From: xeals Date: Sat, 17 Oct 2020 13:19:46 +1100 Subject: [PATCH] ci: disable building on unstable channels Sick of the build failure notifications, and I don't use them in Cachix anyway. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b5d7c03..110547a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ env: jobs: include: - - env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable - - env: NIX_PATH=nixpkgs=channel:nixos-unstable + # - env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable + # - env: NIX_PATH=nixpkgs=channel:nixos-unstable - env: NIX_PATH=nixpkgs=channel:nixos-20.03 script: