travis: build stdenv also

This commit is contained in:
Matthew Justin Bauer 2016-08-13 15:34:57 -05:00 committed by GitHub
parent 97e5b88d06
commit 7b2bd9fbfe

View File

@ -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)