From 363aef7fd0ecb07d688689e8ff29a30b2d9a383c Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Tue, 23 Sep 2014 14:23:01 +0200 Subject: travis-nox-review: build tarball job as evaluation test --- maintainers/scripts/travis-nox-review-pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintainers/scripts/travis-nox-review-pr.sh') diff --git a/maintainers/scripts/travis-nox-review-pr.sh b/maintainers/scripts/travis-nox-review-pr.sh index 8ba5a4f61cf8..1fe4ed4f3d29 100755 --- a/maintainers/scripts/travis-nox-review-pr.sh +++ b/maintainers/scripts/travis-nox-review-pr.sh @@ -12,7 +12,7 @@ echo "trusted-binary-caches = http://hydra.nixos.org" | sudo tee -a /etc/nix/nix if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then echo "Not a pull request, checking evaluation" - nix-env -f. -qaP --drv-path + nix-build pkgs/top-level/release.nix -A tarball exit 0 fi -- cgit 1.4.1