From 3069cab2e70ca782c0ce1cb7f74e46bf191523d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sun, 28 Feb 2016 08:25:08 +0000 Subject: [PATCH] travis-ci: stop abusing hydra now that it pushes directly to cache --- maintainers/scripts/travis-nox-review-pr.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index e0d1952d543d..99cf769fcd73 100755 --- a/maintainers/scripts/travis-nox-review-pr.sh +++ b/maintainers/scripts/travis-nox-review-pr.sh @@ -11,11 +11,7 @@ if [[ $1 == nix ]]; then # Make sure we can use hydra's binary cache sudo mkdir /etc/nix - sudo tee /etc/nix/nix.conf </dev/null -binary-caches = http://cache.nixos.org http://hydra.nixos.org -trusted-binary-caches = http://hydra.nixos.org -build-max-jobs = 4 -EOF + sudo echo "build-max-jobs = 4" > /etc/nix/nix.conf # Verify evaluation echo "=== Verifying that nixpkgs evaluates..."