Merge pull request #17718 from matthewbauer/patch-7

travis: build stdenv also
This commit is contained in:
Joachim F 2016-08-16 15:06:35 +02:00 committed by GitHub
commit 4d1d37014a

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)