summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2016-08-13 15:34:57 -0500
committerGitHub <noreply@github.com>2016-08-13 15:34:57 -0500
commit7b2bd9fbfed10073df20a33b7e63ebcf12d3400b (patch)
treef0d3e0847fe9fe21c4cd24d1a210fae17bc315da /maintainers
parent97e5b88d06e92b2547270b7d06959b4125e54dc7 (diff)
downloadnixpkgs-7b2bd9fbfed10073df20a33b7e63ebcf12d3400b.tar
nixpkgs-7b2bd9fbfed10073df20a33b7e63ebcf12d3400b.tar.gz
nixpkgs-7b2bd9fbfed10073df20a33b7e63ebcf12d3400b.tar.bz2
nixpkgs-7b2bd9fbfed10073df20a33b7e63ebcf12d3400b.tar.lz
nixpkgs-7b2bd9fbfed10073df20a33b7e63ebcf12d3400b.tar.xz
nixpkgs-7b2bd9fbfed10073df20a33b7e63ebcf12d3400b.tar.zst
nixpkgs-7b2bd9fbfed10073df20a33b7e63ebcf12d3400b.zip
travis: build stdenv also
Diffstat (limited to 'maintainers')
-rwxr-xr-xmaintainers/scripts/travis-nox-review-pr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh
index 8ff2258162f..5fc932f10d0 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 "<nixpkgs>" -A nox
+            nix-build "<nixpkgs>" -A nox -A stdenv
             ;;
 
         pr)