From 7b2bd9fbfed10073df20a33b7e63ebcf12d3400b Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Sat, 13 Aug 2016 15:34:57 -0500 Subject: [PATCH] travis: build stdenv also --- maintainers/scripts/travis-nox-review-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index 8ff2258162fb..5fc932f10d0e 100755 --- a/maintainers/scripts/travis-nox-review-pr.sh +++ b/maintainers/scripts/travis-nox-review-pr.sh @@ -48,7 +48,7 @@ while test -n "$1"; do echo "=== Fetching Nox from binary cache" # build nox silently so it's not in the log - nix-build "" -A nox + nix-build "" -A nox -A stdenv ;; pr)