Made the travis build check the metadata

This commit is contained in:
Georges Dubus 2014-10-07 15:58:02 +02:00
parent 0a7449775d
commit 4d246d00e5

View File

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