From 9e607a077290ea1b4d6f835584b0d97a9cffb371 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta Date: Mon, 16 Jul 2018 14:52:56 +0200 Subject: [PATCH] No need to export $outs It actually hid the error code --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8bd74bc..5a2a750 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - if [ -n "${CACHIX_CACHE}" ]; then cachix use "${CACHIX_CACHE}"; fi script: - - export outs=$(nix-build non-broken.nix) + - outs=$(nix-build non-broken.nix) - echo Produced $outs after_success: