From 4d246d00e5ce203739d3746791e24a337f41665c Mon Sep 17 00:00:00 2001 From: Georges Dubus Date: Tue, 7 Oct 2014 15:58:02 +0200 Subject: [PATCH] Made the travis build check the metadata --- maintainers/scripts/travis-nox-review-pr.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index 5b0ef380f9af..3c9bcbbde9b0 100755 --- a/maintainers/scripts/travis-nox-review-pr.sh +++ b/maintainers/scripts/travis-nox-review-pr.sh @@ -13,6 +13,9 @@ trusted-binary-caches = http://hydra.nixos.org build-max-jobs = 4 EOF +echo "First of all, checking evaluation, including meta" +nix-env -f. -qa --json > /dev/null + if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then echo "Not a pull request, checking evaluation" nix-build pkgs/top-level/release.nix -A tarball