From 473782b514693cc94630088dc6d05e8043c9ee5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 1 Jun 2016 15:31:14 +0100 Subject: [PATCH] travis-ci: use --show-trace --- maintainers/scripts/travis-nox-review-pr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index 416fd03692f8..f797352c5408 100755 --- a/maintainers/scripts/travis-nox-review-pr.sh +++ b/maintainers/scripts/travis-nox-review-pr.sh @@ -19,7 +19,7 @@ if [[ $1 == nix ]]; then elif [[ $1 == nox ]]; then source $HOME/.nix-profile/etc/profile.d/nix.sh echo "=== Installing nox..." - nix-build -A nox '' + nix-build -A nox '' --show-trace elif [[ $1 == build ]]; then source $HOME/.nix-profile/etc/profile.d/nix.sh @@ -27,10 +27,10 @@ elif [[ $1 == build ]]; then echo "Skipping NixOS things on darwin" else echo "=== Checking NixOS options" - nix-build nixos/release.nix -A options + nix-build nixos/release.nix -A options --show-trace echo "=== Checking tarball creation" - nix-build pkgs/top-level/release.nix -A tarball + nix-build pkgs/top-level/release.nix -A tarball --show-trace fi if [[ $TRAVIS_PULL_REQUEST == false ]]; then